Countdown Killer
Automatically kills countdown timers for video and download sites. Currently works for ProjectFreeTV, Gorrillavid,DaClips,MovPod.
O que é Countdown Killer?
Countdown Killer é uma extensão do Chrome desenvolvida por olitomas, e sua principal característica é "Automatically kills countdown timers for video and download sites. Currently works for ProjectFreeTV, Gorrillavid,DaClips,MovPod.".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Countdown Killer
Baixe arquivos de extensão Countdown Killer no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
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.
Informações Básicas da Extensão
Nome | Countdown Killer |
ID | ncccojappahgaagaaaieoofhiohjaogl |
URL Oficial | https://chromewebstore.google.com/detail/countdown-killer/ncccojappahgaagaaaieoofhiohjaogl |
Descrição | Automatically kills countdown timers for video and download sites. Currently works for ProjectFreeTV, Gorrillavid,DaClips,MovPod. |
Tamanho do Arquivo | 159 KB |
Contagem de Instalações | 3,239 |
Versão Atual | 0.52 |
Última Atualização | 2016-07-24 |
Data de Publicação | 2016-07-23 |
Classificação | 3.75/5 Total de 32 Avaliações |
Desenvolvedor | olitomas |
Tipo de Pagamento | free |
Site da Extensão | http://olitomas.com/countdownkiller |
Idiomas Suportados | 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:\/\/*\/*" ] } |