Get Netflix Trailers
Netflix trailers, just got so much easier. Just click on the link added above the movie.
Get Netflix Trailersคืออะไร?
Get Netflix Trailers เป็นส่วนขยายของ Chrome ที่พัฒนาโดย smithmot3 และคุณลักษณะหลักของมันคือ "Netflix trailers, just got so much easier. Just click on the link added above the movie."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Get Netflix Trailers
ดาวน์โหลดไฟล์ส่วนขยาย Get Netflix Trailers ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
The easiest and most convenient way to see Movie Trailers and IMDB ratings while browsing on Netflix. With this chrome extension it makes it so much easier, no copy paste or typing it out. You don't even have to leave the page. Just simply click the red 'play trailer' button added above the movie or tv-show you're interested in. The top half of the screen will display trailer, letting continue to browse while the trailer plays. -- Updates made to fix the extension due to Netflix updates. -- Updated rating API.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Get Netflix Trailers |
ID | ccnidblbfndpbnceipcgihpfpolpkfkc |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/get-netflix-trailers/ccnidblbfndpbnceipcgihpfpolpkfkc |
คำอธิบาย | Netflix trailers, just got so much easier. Just click on the link added above the movie. |
ขนาดไฟล์ | 39.16 KB |
จำนวนการติดตั้ง | 255 |
เวอร์ชันปัจจุบัน | 0.1.7 |
อัปเดตครั้งล่าสุด | 2018-08-01 |
วันที่เผยแพร่ | 2018-07-31 |
คะแนน | 2.55/5 รวมทั้งหมด 11 คะแนน |
ผู้พัฒนา | smithmot3 |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Get Netflix Trailers", "short_name": "GNT", "description": "Netflix trailers, just got so much easier. Just click on the link added above the movie.", "version": "0.1.7", "icons": { "128": "logo.png" }, "background": { "scripts": [ "background.js" ] }, "browser_action": { "default_icon": "logo.png" }, "permissions": [ "activeTab" ], "content_scripts": [ { "matches": [ "https:\/\/www.netflix.com\/*", "http:\/\/www.netflix.com\/*" ], "js": [ "jquery-3.1.1.min.js", "content.js" ] } ] } |