Netflix Trailers

Adds a button for trailers to Netflix.

Netflix Trailers là gì?

Netflix Trailers là một tiện ích mở rộng Chrome được phát triển bởi PatriciJo, và tính năng chính của nó là "Adds a button for trailers to Netflix.".

Ả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 Netflix Trailers

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

                        Are you tired of googling Netflix Trailers? This extension helps you find the trailer by just one click! Our Extension adds a little button to Netflix which will redirect you to the Youtube trailer.                    

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

Tên Netflix Trailers Netflix Trailers
ID bpcpnpgoonfokdeijmknlnmpnckfpiac
URL Chính Thức https://chromewebstore.google.com/detail/netflix-trailers/bpcpnpgoonfokdeijmknlnmpnckfpiac
Mô tả Adds a button for trailers to Netflix.
Kích Thước Tệp 666 KB
Số Lần Cài Đặt 28
Phiên Bản Hiện Tại 0.2
Cập Nhật Lần Cuối 2022-04-26
Ngày Phát Hành 2022-04-09
Đánh Giá 5.00/5 Tổng số 1 Đánh Giá
Nhà Phát Triển PatriciJo
Email [email protected]
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 Trailers",
    "version": "0.2",
    "description": "Adds a button for trailers to Netflix.",
    "manifest_version": 3,
    "icons": {
        "16": ".\/img\/16.png",
        "32": ".\/img\/32.png",
        "48": ".\/img\/48.png",
        "128": ".\/img\/128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.netflix.com\/*"
            ],
            "js": [
                ".\/script.js"
            ],
            "css": [
                ".\/style.css"
            ]
        }
    ],
    "permissions": [],
    "host_permissions": [
        "https:\/\/www.netflix.com\/*"
    ]
}