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
官方網址 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
電子郵箱 [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"
}