Netflix Pause Removal

Remove the pause between netflix episodes

Netflix Pause Removalとは何ですか?

Netflix Pause RemovalはPrescott Gallagherによって開発されたChromeの拡張機能で、その主な機能は「Remove the pause between netflix episodes」です。

拡張機能のスクリーンショット

screenshot

Netflix Pause Removal拡張機能のCRXファイルをダウンロード

Netflix Pause Removal拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        A simple application for the lazy, to not have to click the "Continue Watching" button in Netflix. It will remove the UI Permanently, so you can continue your binge session.

It's free once again, if you feel like donating;
https://www.paypal.me/PrescottGallagher

Versions & Updates:
1.2.1 : Graphical Updates / Bugfixes
1.2.0 : Patched Netflix December 2017 Update
1.1.0 : Patched Netflix March 2016 Update
1.0.2 : Speed & Efficiency Increased
1.0.1 : Initial Release                    

拡張機能の基本情報

名前 Netflix Pause Removal Netflix Pause Removal
ID mfekcpndbpdgjjfahekhncdfegkhbghg
公式URL https://chromewebstore.google.com/detail/netflix-pause-removal/mfekcpndbpdgjjfahekhncdfegkhbghg
説明 Remove the pause between netflix episodes
ファイルサイズ 11.93 KB
インストール数 12,666
現在のバージョン 1.2.1
最終更新日 2018-07-26
公開日 2018-07-26
評価 3.44/5 合計 185 レビュー
開発者 Prescott Gallagher
Eメール [email protected]
支払い方法 free
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Netflix Pause Removal",
    "version": "1.2.1",
    "author": "Prescott Gallagher",
    "description": "Remove the pause between netflix episodes",
    "browser_action": {
        "default_icon": "icon.png"
    },
    "short_name": "Netflix PR",
    "content_scripts": [
        {
            "matches": [
                "*:\/\/www.netflix.com\/*"
            ],
            "js": [
                "background.js"
            ]
        }
    ]
}