Boostflix

Netflix Booster

Boostflix là gì?

Boostflix là một tiện ích mở rộng Chrome được phát triển bởi onurgule, và tính năng chính của nó là "Netflix Booster".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Boostflix

Tải xuống các tệp mở rộng Boostflix dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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 :)                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Boostflix Boostflix
ID lclkjhbaaobacpcegdniijkhedeafche
URL Chính Thức https://chromewebstore.google.com/detail/boostflix/lclkjhbaaobacpcegdniijkhedeafche
Mô tả Netflix Booster
Kích Thước Tệp 42.01 KB
Số Lần Cài Đặt 29
Phiên Bản Hiện Tại 1.0.2
Cập Nhật Lần Cuối 2020-09-22
Ngày Phát Hành 2020-08-25
Đánh Giá 4.88/5 Tổng số 8 Đánh Giá
Nhà Phát Triển onurgule
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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
}