Countdown Killer

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

Что такое Countdown Killer?

Countdown Killer - это расширение Chrome, разработанное olitomas, и его основная функция - "Automatically kills countdown timers for video and download sites. Currently works for ProjectFreeTV, Gorrillavid,DaClips,MovPod.".

Снимки экрана расширения

Скачать файл CRX расширения Countdown Killer

Скачайте файлы расширений 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
Официальный URL 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:\/\/*\/*"
    ]
}