Boostflix
Netflix Booster
Boostflixคืออะไร?
Boostflix เป็นส่วนขยายของ Chrome ที่พัฒนาโดย onurgule และคุณลักษณะหลักของมันคือ "Netflix Booster"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Boostflix
ดาวน์โหลดไฟล์ส่วนขยาย Boostflix ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Netflix Booster You can speed up your watching time. If you are watching something on Netflix with subtitles, you can turn on "Subtitle Slow" and fast movie will slow down while somebody is speaking. You can turn on Auto Skip Intro! New Shortcuts N - Next Episode Q - Quit Movie (Back) Also you can buy us a coffee :)
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | |
ID | lclkjhbaaobacpcegdniijkhedeafche |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/boostflix/lclkjhbaaobacpcegdniijkhedeafche |
คำอธิบาย | Netflix Booster |
ขนาดไฟล์ | 42.01 KB |
จำนวนการติดตั้ง | 29 |
เวอร์ชันปัจจุบัน | 1.0.2 |
อัปเดตครั้งล่าสุด | 2020-09-22 |
วันที่เผยแพร่ | 2020-08-25 |
คะแนน | 4.88/5 รวมทั้งหมด 8 คะแนน |
ผู้พัฒนา | onurgule |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Boostflix", "version": "1.0.2", "description": "Netflix Booster", "permissions": [ "activeTab", "declarativeContent", "storage" ], "background": { "scripts": [ "src\/js\/background.js" ], "persistent": false }, "page_action": { "default_popup": "popup.html", "default_icon": { "16": "images\/videospeed16.png", "32": "images\/videospeed32.png", "64": "images\/videospeed64.png", "128": "images\/videospeed128.png" } }, "icons": { "16": "images\/videospeed16.png", "32": "images\/videospeed32.png", "64": "images\/videospeed64.png", "128": "images\/videospeed128.png" }, "options_page": "options.html", "manifest_version": 2 } |