Netflix Go

Effortless binge-watching your favourite shows on Netflix! Netflix Go bypasses the "Continue Playing" pop-up, and lets you…

Netflix Goとは何ですか?

Netflix Goはhttps://www.joshivity.comによって開発されたChromeの拡張機能で、その主な機能は「Effortless binge-watching your favourite shows on Netflix! Netflix Go bypasses the "Continue Playing" pop-up, and lets you…」です。

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

screenshot

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

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

拡張機能の使用方法

                        Effortless binge-watching your favourite shows on Netflix!

Netflix Go bypasses the "Continue Playing" pop-up, and lets you binge-watch your favourite shows endlessly!

Update Version 1.3:

- Now also skips the 15 second wait time between episodes.                    

拡張機能の基本情報

名前 Netflix Go Netflix Go
ID paeeebcnfgiekoajpjllamdjihpbmokn
公式URL https://chromewebstore.google.com/detail/netflix-go/paeeebcnfgiekoajpjllamdjihpbmokn
説明 Effortless binge-watching your favourite shows on Netflix! Netflix Go bypasses the "Continue Playing" pop-up, and lets you…
ファイルサイズ 9.26 KB
インストール数 5,510
現在のバージョン 1.4
最終更新日 2016-01-26
公開日 2016-01-26
評価 4.00/5 合計 12 レビュー
開発者 https://www.joshivity.com
Eメール [email protected]
支払い方法 free
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Netflix Go",
    "short_name": "netflix-go",
    "version": "1.4",
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.netflix.com\/*",
                "http:\/\/www.netflix.com\/*"
            ],
            "js": [
                "action.js"
            ]
        }
    ]
}