FREE Upgrades for Netflix™!

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

FREE Upgrades for Netflix™! là gì?

FREE Upgrades for Netflix™! là một tiện ích mở rộng Chrome được phát triển bởi Free Apps, và tính năng chính của nó là "FREE! Automatically play next episode, speed control, skip title sequences, and search over 3000 genres!".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng FREE Upgrades for Netflix™!

Tải xuống các tệp mở rộng FREE Upgrades for Netflix™! dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        Watch Netflix the way you want. Customize your viewing experience when you watch Netflix.

Binge watch episodes by having automatic play for next episode when the current episode ends
Save time by skipping title sequences
Hide auto play promoted videos
Control the speed at which videos play

Video speed rate option
It helps when you are bored with a slow movie, speed it up or you can slow down a movie if you are trying to learn a new foreign language.

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

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên FREE Upgrades for Netflix™! FREE Upgrades for Netflix™!
ID iidlchgbbcokiekecelajlehbfmmfkko
URL Chính Thức https://chromewebstore.google.com/detail/free-upgrades-for-netflix/iidlchgbbcokiekecelajlehbfmmfkko
Mô tả FREE! Automatically play next episode, speed control, skip title sequences, and search over 3000 genres!
Kích Thước Tệp 401 KB
Số Lần Cài Đặt 1,207
Phiên Bản Hiện Tại 3.0.0
Cập Nhật Lần Cuối 2023-11-01
Ngày Phát Hành 2020-05-12
Đánh Giá 4.11/5 Tổng số 9 Đánh Giá
Nhà Phát Triển Free Apps
Email [email protected]
Loại Thanh Toán free
URL Trang Chính Sách Bảo Mật https://word-pdf.freeonlineapps.net/privacy-policy
Ngôn Ngữ Được Hỗ Trợ 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"
}