Letterboxd on Netflix

Letterboxd Ratings embedded in Netflix cards

Letterboxd on Netflix là gì?

Letterboxd on Netflix là một tiện ích mở rộng Chrome được phát triển bởi Letterboxd Extension, và tính năng chính của nó là "Letterboxd Ratings embedded in Netflix cards".

Ả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 Letterboxd on Netflix

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

                        This extension shows Letterboxd ratings for Netflix films in the title card that appears when a Netflix user hovers over a film with their mouse.                    

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

Tên Letterboxd on Netflix Letterboxd on Netflix
ID hefhhfjgeiihgbefockfepdcpipnolpo
URL Chính Thức https://chromewebstore.google.com/detail/letterboxd-on-netflix/hefhhfjgeiihgbefockfepdcpipnolpo
Mô tả Letterboxd Ratings embedded in Netflix cards
Kích Thước Tệp 58.54 KB
Số Lần Cài Đặt 49
Phiên Bản Hiện Tại 0.1
Cập Nhật Lần Cuối 2022-10-27
Ngày Phát Hành 2022-10-27
Đánh Giá 5.00/5 Tổng số 1 Đánh Giá
Nhà Phát Triển Letterboxd Extension
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",
    "manifest_version": 3,
    "name": "Letterboxd on Netflix",
    "description": "Letterboxd Ratings embedded in Netflix cards",
    "version": "0.1",
    "icons": {
        "16": "images\/logo-16.png",
        "32": "images\/logo-32.png",
        "48": "images\/logo-48.png",
        "128": "images\/logo-128.png"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "images\/boxd-logo-dark-trans.png"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "content_scripts": [
        {
            "js": [
                "scripts\/content.js"
            ],
            "matches": [
                "https:\/\/www.netflix.com\/*"
            ],
            "run_at": "document_end"
        }
    ],
    "background": {
        "service_worker": "scripts\/background.js"
    },
    "host_permissions": [
        "https:\/\/www.letterboxd.com\/*",
        "https:\/\/letterboxd.com\/*",
        "https:\/\/netflix.com\/*",
        "https:\/\/www.netflix.com\/*"
    ]
}