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
公式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
Eメール [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
}