Boostflix

Netflix Booster

什麼是Boostflix?

Boostflix是由onurgule開發的Chrome擴展程式,該擴展的主要功能是“Netflix Booster”。

擴展截圖

screenshot
screenshot
screenshot

下載Boostflix擴展crx文件

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

擴展基本資訊

名稱 Boostflix Boostflix
ID lclkjhbaaobacpcegdniijkhedeafche
官方網址 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
}