PrimeSkipper
The easiest way to skip intros and ads on Amazon Prime Video. Usage: To use this extension just go to any international Amazon…
PrimeSkipperคืออะไร?
PrimeSkipper เป็นส่วนขยายของ Chrome ที่พัฒนาโดย James Still และคุณลักษณะหลักของมันคือ "The easiest way to skip intros and ads on Amazon Prime Video. Usage: To use this extension just go to any international Amazon…"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย PrimeSkipper
ดาวน์โหลดไฟล์ส่วนขยาย PrimeSkipper ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
The easiest way to skip intros and ads on Amazon Prime Video. Usage: To use this extension just go to any international Amazon Prime Video domain and enjoy the freedom to binge watch (without effort) using PrimeSkipper's skipping mechanism of both intros and ads. ----PrimeSkipper v1.1---- > It now works on international domains, enjoy PrimeSkipper whichever your country! > Upgraded targeting mechanism of the skip buttons.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | PrimeSkipper |
ID | dlhbjflbmicohepmpdldhkkgckhpeofc |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/primeskipper/dlhbjflbmicohepmpdldhkkgckhpeofc |
คำอธิบาย | The easiest way to skip intros and ads on Amazon Prime Video. Usage: To use this extension just go to any international Amazon… |
ขนาดไฟล์ | 117 KB |
จำนวนการติดตั้ง | 24 |
เวอร์ชันปัจจุบัน | 1.1 |
อัปเดตครั้งล่าสุด | 2021-02-23 |
วันที่เผยแพร่ | 2021-01-15 |
คะแนน | 5.00/5 รวมทั้งหมด 1 คะแนน |
ผู้พัฒนา | James Still |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en-GB |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "PrimeSkipper", "version": "1.1", "manifest_version": 2, "content_scripts": [ { "matches": [ "https:\/\/*.amazon.com.tr\/*", "https:\/\/*.amazon.co.jp\/*", "https:\/\/*.amazon.cn\/*", "https:\/\/*.amazon.es\/*", "https:\/\/*.amazon.com.mx\/*", "https:\/\/*.amazon.com.au\/*", "https:\/\/*.amazon.fr\/*", "https:\/\/*.amazon.co.uk\/*", "https:\/\/*.amazon.in\/*", "https:\/\/*.amazon.sg\/*", "https:\/\/*.amazon.com\/*", "https:\/\/*.amazon.sa\/*", "https:\/\/*.amazon.it\/*", "https:\/\/*.amazon.com.br\/*", "https:\/\/*.amazon.ca\/*", "https:\/\/*.amazon.nl\/*", "https:\/\/*.amazon.de\/*", "https:\/\/*.amazon.se\/*", "https:\/\/*.amazon.ae\/*" ], "js": [ "jquery-3.5.1.min.js", "content.js" ] } ], "browser_action": { "default_popup": "popup.html", "default_title": "PrimeSkipper" }, "icons": { "128": "128.png" } } |