Netflix Extended

Extended features for Netflix

Netflix Extended là gì?

Netflix Extended là một tiện ích mở rộng Chrome được phát triển bởi Tzach Ovadia, và tính năng chính của nó là "Extended features for Netflix".

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

screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Netflix Extended

Tải xuống các tệp mở rộng Netflix Extended 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

                        Enhance your Netflix!
- Adds IMDB scores so you you don't have to Google it every time
- List items by score                    

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

Tên Netflix Extended Netflix Extended
ID clmndacmaakbpdaiehdgpojangpcnhmk
URL Chính Thức https://chromewebstore.google.com/detail/netflix-extended/clmndacmaakbpdaiehdgpojangpcnhmk
Mô tả Extended features for Netflix
Kích Thước Tệp 10.07 KB
Số Lần Cài Đặt 21
Phiên Bản Hiện Tại 1.0.0
Cập Nhật Lần Cuối 2019-05-16
Ngày Phát Hành 2019-05-16
Nhà Phát Triển Tzach Ovadia
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Netflix Extended",
    "short_name": "Nfx",
    "version": "1.0.0",
    "description": "Extended features for Netflix",
    "author": "Tzach Ovadia",
    "permissions": [],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*.netflix.com\/*"
            ],
            "js": [
                "utils\/modal.js",
                "utils\/cache-manager.js",
                "main.js"
            ],
            "css": [
                "style.css"
            ]
        }
    ],
    "icons": {
        "16": "images\/nficon2016.png",
        "32": "images\/nficon2016.png",
        "48": "images\/nficon2016.png",
        "128": "images\/nficon2016.png"
    },
    "manifest_version": 2
}