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 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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:\/\/*\/*" ] } |