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 |
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:\/\/*\/*" ] } |