Countdown Killer

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

什麼是Countdown Killer?

Countdown Killer是由olitomas開發的Chrome擴展程式,該擴展的主要功能是“Automatically kills countdown timers for video and download sites. Currently works for ProjectFreeTV, Gorrillavid,DaClips,MovPod.”。

擴展截圖

下載Countdown Killer擴展crx文件

下載Countdown Killer擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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.                    

擴展基本資訊

名稱 Countdown Killer Countdown Killer
ID ncccojappahgaagaaaieoofhiohjaogl
官方網址 https://chromewebstore.google.com/detail/countdown-killer/ncccojappahgaagaaaieoofhiohjaogl
簡介 Automatically kills countdown timers for video and download sites. Currently works for ProjectFreeTV, Gorrillavid,DaClips,MovPod.
檔案大小 159 KB
安裝次數 3,239
目前版本 0.52
更新時間 2016-07-24
上架時間 2016-07-23
評分 3.75/5 共 32 次評分
開發者 olitomas
付費類型 free
擴展官網 http://olitomas.com/countdownkiller
支援的語言 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:\/\/*\/*"
    ]
}