Amazon Prime Skip Intro
If you have amazon prime, and are watching a TV Show, this will auto hit the skip intro button.
Amazon Prime Skip Introคืออะไร?
Amazon Prime Skip Intro เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Unknown และคุณลักษณะหลักของมันคือ "If you have amazon prime, and are watching a TV Show, this will auto hit the skip intro button."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Amazon Prime Skip Intro
ดาวน์โหลดไฟล์ส่วนขยาย Amazon Prime Skip Intro ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
If you have amazon prime, and are watching a TV Show, this will auto hit the skip intro button.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Amazon Prime Skip Intro |
ID | ladgjhdlgkhjgchhfocgdjlbboihijdl |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/amazon-prime-skip-intro/ladgjhdlgkhjgchhfocgdjlbboihijdl |
คำอธิบาย | If you have amazon prime, and are watching a TV Show, this will auto hit the skip intro button. |
ขนาดไฟล์ | 33.88 KB |
จำนวนการติดตั้ง | 127 |
เวอร์ชันปัจจุบัน | 1.0 |
อัปเดตครั้งล่าสุด | 2019-08-02 |
วันที่เผยแพร่ | 2019-08-01 |
คะแนน | 1.00/5 รวมทั้งหมด 4 คะแนน |
ผู้พัฒนา | Unknown |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Amazon Prime Skip Intro", "version": "1.0", "content_scripts": [ { "matches": [ "https:\/\/www.amazon.com\/gp\/video\/*", "http:\/\/www.amazon.com\/gp\/video\/*" ], "js": [ "content.js" ] } ] } |