FREE Upgrades for Netflix™!

FREE! Automatically play next episode, speed control, skip title sequences, and search over 3000 genres!

FREE Upgrades for Netflix™!とは何ですか?

FREE Upgrades for Netflix™!はFree Softwareによって開発されたChromeの拡張機能で、その主な機能は「FREE! Automatically play next episode, speed control, skip title sequences, and search over 3000 genres!」です。

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

screenshot

FREE Upgrades for Netflix™!拡張機能のCRXファイルをダウンロード

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

拡張機能の使用方法

                        Do you often watch movies on netflix? And you feel the netflix app needs to support even more useful features for watching videos?

Our app will help you have fun watching movies and documentaries.
- You can adjust the speed of the video
- Skip Title Sequences
- Automatically Play Next Episode
- Always Watch Credits
- Hide Auto Playing Promoted Videos
- Don't Prompt "Are you still watching?"
- Hide Downvoted Content

** Disclaimer ** Netflix is a trademark of Netflix, this extension is not affiliated with Netflix.                    

拡張機能の基本情報

名前 FREE Upgrades for Netflix™! FREE Upgrades for Netflix™!
ID ojeagliladediodhljoaiieahplfchef
公式URL https://chromewebstore.google.com/detail/free-upgrades-for-netflix/ojeagliladediodhljoaiieahplfchef
説明 FREE! Automatically play next episode, speed control, skip title sequences, and search over 3000 genres!
ファイルサイズ 401 KB
インストール数 2,001
現在のバージョン 3.0.0
最終更新日 2022-09-28
公開日 2020-05-19
評価 4.44/5 合計 62 レビュー
開発者 Free Software
Eメール [email protected]
支払い方法 free
対応言語 id,ms,de,en,fil,fr,nl,no,vi,tr,ca,da,et,es,hr,it,lv,lt,hu,pl,ro,sk,sl,fi,sv,cs,el,sr,bg,ru,uk,iw,hi,th,ar,zh-CN,zh-TW,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "service_worker": "\/js\/background-mv3.js"
    },
    "action": {
        "default_popup": "html\/popup.html",
        "default_title": "__MSG_manifest_name__"
    },
    "content_scripts": [
        {
            "js": [
                "js\/libs\/jquery.js",
                "js\/selectors.js",
                "js\/common.js",
                "html\/NEN.js"
            ],
            "matches": [
                "*:\/\/*.netflix.com\/*"
            ]
        }
    ],
    "default_locale": "en",
    "description": "__MSG_manifest_description__",
    "icons": {
        "128": "images\/icon-128.png",
        "32": "images\/icon-32.png",
        "64": "images\/icon-64.png"
    },
    "manifest_version": 3,
    "name": "__MSG_manifest_name__",
    "permissions": [
        "storage",
        "scripting"
    ],
    "host_permissions": [
        "*:\/\/*.netflix.com\/*"
    ],
    "version": "3.0.0",
    "web_accessible_resources": [
        {
            "resources": [
                "js\/*",
                "data\/*"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "homepage_url": "https:\/\/netflix-improved.freebusinessapps.net"
}