Netflix Auto Skip Intro
Automatically skip Netflix intros.
Netflix Auto Skip Introคืออะไร?
Netflix Auto Skip Intro เป็นส่วนขยายของ Chrome ที่พัฒนาโดย ljknight และคุณลักษณะหลักของมันคือ "Automatically skip Netflix intros."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Netflix Auto Skip Intro
ดาวน์โหลดไฟล์ส่วนขยาย Netflix Auto Skip Intro ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Do you think you'll go crazy if you hear the Orange is the New Black intro song another time? Me too. Use this plugin to automatically skip Netflix intros so you don't have to lift a finger during your next binge sesh. New feature: automatically goes to next episode during credits countdown.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Netflix Auto Skip Intro |
ID | nnpjokeejpliankbgnjbjlkaloppehoi |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/netflix-auto-skip-intro/nnpjokeejpliankbgnjbjlkaloppehoi |
คำอธิบาย | Automatically skip Netflix intros. |
ขนาดไฟล์ | 20.15 KB |
จำนวนการติดตั้ง | 584 |
เวอร์ชันปัจจุบัน | 1.4 |
อัปเดตครั้งล่าสุด | 2019-08-19 |
วันที่เผยแพร่ | 2019-08-18 |
คะแนน | 2.29/5 รวมทั้งหมด 7 คะแนน |
ผู้พัฒนา | ljknight |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Netflix Auto Skip Intro", "author": "Laura Knight", "version": "1.4", "description": "Automatically skip Netflix intros.", "icons": { "16": "icon16.png", "32": "icon32.png", "48": "icon48.png", "128": "icon128.png" }, "content_scripts": [ { "matches": [ "*:\/\/*\/*" ], "all_frames": true, "js": [ "content_script.js" ], "run_at": "document_end" } ] } |