Countdown Killer
Automatically kills countdown timers for video and download sites. Currently works for ProjectFreeTV, Gorrillavid,DaClips,MovPod.
Qu'est-ce que Countdown Killer ?
Countdown Killer est une extension Chrome développée par olitomas, et sa fonction principale est "Automatically kills countdown timers for video and download sites. Currently works for ProjectFreeTV, Gorrillavid,DaClips,MovPod.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Countdown Killer
Téléchargez les fichiers d'extension Countdown Killer au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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.
Informations de Base sur l'Extension
Nom | Countdown Killer |
ID | ncccojappahgaagaaaieoofhiohjaogl |
URL Officiel | https://chromewebstore.google.com/detail/countdown-killer/ncccojappahgaagaaaieoofhiohjaogl |
Description | Automatically kills countdown timers for video and download sites. Currently works for ProjectFreeTV, Gorrillavid,DaClips,MovPod. |
Taille du Fichier | 159 KB |
Nombre d'Installations | 3,239 |
Version Actuelle | 0.52 |
Dernière Mise à Jour | 2016-07-24 |
Date de Publication | 2016-07-23 |
Évaluation | 3.75/5 Total 32 Évaluations |
Développeur | olitomas |
Type de Paiement | free |
Site Web de l'Extension | http://olitomas.com/countdownkiller |
Langues Prises en Charge | 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:\/\/*\/*" ] } |