Countdown Killer

Automatically kills countdown timers for video and download sites. Currently works for ProjectFreeTV, Gorrillavid,DaClips,MovPod.

Hvad er Countdown Killer?

Countdown Killer er en Chrome-udvidelse udviklet af olitomas, og dens hovedfunktion er "Automatically kills countdown timers for video and download sites. Currently works for ProjectFreeTV, Gorrillavid,DaClips,MovPod.".

Udvidelsesskærmbilleder

Download Countdown Killer-udvidelses-CRX-fil

Download Countdown Killer-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        An extension that bypasses countdown timers for video and download sites (countdown that has you waiting to be able to start watching or downloading). This extension also automatically presses "proceed to video" buttons. Currently works for ProjectFreeTV, Gorrillavid, DaClips, MovPod and watch-series-tv. 

Please note that the video is outdated and the button in the upper right corner has been removed (things happen automatically now....which is a lot more  convenient) 

If you would like this extension to include other sites, please leave a review and request it there.                    

Grundlæggende oplysninger om udvidelsen

Navn Countdown Killer Countdown Killer
ID ncccojappahgaagaaaieoofhiohjaogl
Officiel URL https://chromewebstore.google.com/detail/countdown-killer/ncccojappahgaagaaaieoofhiohjaogl
Beskrivelse Automatically kills countdown timers for video and download sites. Currently works for ProjectFreeTV, Gorrillavid,DaClips,MovPod.
Filstørrelse 159 KB
Antal Installationer 3,239
Nuværende Version 0.52
Senest Opdateret 2016-07-24
Udgivelsesdato 2016-07-23
Bedømmelse 3.75/5 Samlet 32 Bedømmelser
Udvikler olitomas
Betalingsmetode free
Udvidelseswebsted http://olitomas.com/countdownkiller
Understøttede Sprog en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Countdown Killer",
    "description": "Automatically kills countdown timers for video and download sites. Currently works for ProjectFreeTV, Gorrillavid,DaClips,MovPod.",
    "version": "0.52",
    "icons": {
        "16": "16.png",
        "48": "48.png",
        "128": "128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "include_globs": [
                "*:\/\/thewatchseries.*\/*",
                "*:\/\/watch-series.*\/*",
                "*:\/\/gorillavid.*\/*",
                "*:\/\/movpod.*\/*",
                "*:\/\/daclips.*\/*",
                "*:\/\/free-tv-video-online.*\/*",
                "*:\/\/www.free-tv-video-online.*\/*",
                "*:\/\/vodlocker.*\/*",
                "*:\/\/vidbull.*\/*"
            ],
            "js": [
                "myscript.js"
            ]
        }
    ],
    "permissions": [
        "activeTab",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ]
}