Better Browse for Netflix
Browse more Netflix categories
Better Browse for Netflixคืออะไร?
Better Browse for Netflix เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Jamie Lee และคุณลักษณะหลักของมันคือ "Browse more Netflix categories"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Better Browse for Netflix
ดาวน์โหลดไฟล์ส่วนขยาย Better Browse for Netflix ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Did you know that Netflix has hundreds of secret categories that don't appear in the default 'Browse' menu? This extension adds a 'Browse all' menu to the Netflix menu bar, with a list of hidden categories, helping you to find the movies you want to watch. For main categories, type the name into the search box and press enter to go straight to the page (e.g. "action", "sci-fi", "horror"). There are also a few other shortcuts to discover; try typing "random" to choose a random category, or "me" to go straight to your own personal list.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Better Browse for Netflix |
ID | olciafpppkdhlcjfmaibelnopafmhmdd |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/better-browse-for-netflix/olciafpppkdhlcjfmaibelnopafmhmdd |
คำอธิบาย | Browse more Netflix categories |
ขนาดไฟล์ | 1.06 MB |
จำนวนการติดตั้ง | 40,150 |
เวอร์ชันปัจจุบัน | 1.2.6 |
อัปเดตครั้งล่าสุด | 2020-04-05 |
วันที่เผยแพร่ | 2020-04-05 |
คะแนน | 4.13/5 รวมทั้งหมด 38 คะแนน |
ผู้พัฒนา | Jamie Lee |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Better Browse for Netflix", "short_name": "Better Browse", "version": "1.2.6", "description": "Browse more Netflix categories", "icons": { "48": "icon_48.png", "128": "icon_128.png" }, "author": "Jamie Lee", "content_scripts": [ { "matches": [ "https:\/\/www.netflix.com\/*" ], "css": [ "style.css" ], "js": [ "inject.js" ], "run_at": "document_start" } ], "web_accessible_resources": [ "betterbrowse.js" ], "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'" } |