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