Netflix Trailers
Adds a button for trailers to Netflix.
Netflix Trailersคืออะไร?
Netflix Trailers เป็นส่วนขยายของ Chrome ที่พัฒนาโดย PatriciJo และคุณลักษณะหลักของมันคือ "Adds a button for trailers to Netflix."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Netflix Trailers
ดาวน์โหลดไฟล์ส่วนขยาย Netflix Trailers ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Are you tired of googling Netflix Trailers? This extension helps you find the trailer by just one click! Our Extension adds a little button to Netflix which will redirect you to the Youtube trailer.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Netflix Trailers |
ID | bpcpnpgoonfokdeijmknlnmpnckfpiac |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/netflix-trailers/bpcpnpgoonfokdeijmknlnmpnckfpiac |
คำอธิบาย | Adds a button for trailers to Netflix. |
ขนาดไฟล์ | 666 KB |
จำนวนการติดตั้ง | 28 |
เวอร์ชันปัจจุบัน | 0.2 |
อัปเดตครั้งล่าสุด | 2022-04-26 |
วันที่เผยแพร่ | 2022-04-09 |
คะแนน | 5.00/5 รวมทั้งหมด 1 คะแนน |
ผู้พัฒนา | PatriciJo |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Netflix Trailers", "version": "0.2", "description": "Adds a button for trailers to Netflix.", "manifest_version": 3, "icons": { "16": ".\/img\/16.png", "32": ".\/img\/32.png", "48": ".\/img\/48.png", "128": ".\/img\/128.png" }, "content_scripts": [ { "matches": [ "https:\/\/www.netflix.com\/*" ], "js": [ ".\/script.js" ], "css": [ ".\/style.css" ] } ], "permissions": [], "host_permissions": [ "https:\/\/www.netflix.com\/*" ] } |