FindFlix : see Netflix hidden categories
Extension enables access to all hidden categories on Netflix.
FindFlix : see Netflix hidden categoriesคืออะไร?
FindFlix : see Netflix hidden categories เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Streaming Extensions และคุณลักษณะหลักของมันคือ "Extension enables access to all hidden categories on Netflix."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย FindFlix : see Netflix hidden categories
ดาวน์โหลดไฟล์ส่วนขยาย FindFlix : see Netflix hidden categories ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Are you tired of the fixed list of the same few categories Netflix’s trying to impose on you? Did you know that there are thousands of hidden categories that you can explore? (and I bet you haven’t heard of the majority of them before). All you need to do is add Findflix extension to your browser and you're ready to explore all the secret categories that are hidden by default. It's as simple as that! Disclaimer : Netflix is a trademark of Netflix, Inc.. This website & extension hold no association or affiliation with Netflix or any third-party companies.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | FindFlix : see Netflix hidden categories |
ID | mlcghhoipahfflceodiejjljgbolbldo |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/findflix-see-netflix-hidd/mlcghhoipahfflceodiejjljgbolbldo |
คำอธิบาย | Extension enables access to all hidden categories on Netflix. |
ขนาดไฟล์ | 315 KB |
จำนวนการติดตั้ง | 5,906 |
เวอร์ชันปัจจุบัน | 0.7.5 |
อัปเดตครั้งล่าสุด | 2024-02-08 |
วันที่เผยแพร่ | 2022-02-23 |
คะแนน | 3.75/5 รวมทั้งหมด 8 คะแนน |
ผู้พัฒนา | Streaming Extensions |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "FindFlix : see Netflix hidden categories", "description": "Extension enables access to all hidden categories on Netflix.", "manifest_version": 3, "version": "0.7.5", "action": { "default_popup": "popup.html", "default_icon": "img\/icon_48x48.png" }, "permissions": [ "storage" ], "icons": { "16": "img\/icon_16x16.png", "48": "img\/icon_48x48.png", "128": "img\/icon_128x128.png" }, "content_scripts": [ { "matches": [ "*:\/\/*.netflix.com\/*" ], "js": [ "netflix.min.js" ] } ], "background": { "service_worker": "onInstalled.js" } } |