Slap Kings Mod 3 V1.2.0.apk

Android 4.4 and up
APK Version: 1.2.0
Build Version: 13
Last Updated: 06-04-2020
Size: 89.80 MB
File Name: Slap Kings Mod 3 V1.2.0 – TheDroidMod.com.apk
Go back to the main post
Play Store: Slap Kings

Your download will be ready in 12.
Download Slap Kings Mod 3 Apk

JavaScript needs to be enabled in order to be able to download.

(function(){
var message = “%d seconds before download link appears”;
// seconds before download link becomes visible
var count = 12;
var countdown_element = document.getElementById(“countdown”);
var download_link = document.getElementById(“download_link”);
var timer = setInterval(function(){
// if countdown equals 0, the next condition will evaluate to false and the else-construct will be executed
if (count) {
// display text
countdown_element.innerHTML =”Your download will be ready in %d seconds…“.replace(“%d”, count);
// decrease counter
count–;
} else {
// stop timer
clearInterval(timer);
// hide countdown
countdown_element.style.display = “none”;
// show download link
download_link.style.display = “”;
}
}, 1000);
})();