Letterboxd Services

Letterboxd extension that provides you torrents for movies.

Letterboxd Services là gì?

Letterboxd Services là một tiện ích mở rộng Chrome được phát triển bởi netanel, và tính năng chính của nó là "Letterboxd extension that provides you torrents for movies.".

Ả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 Services

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

                        adds shortcuts to watch movies from letterboxd.

This project is open source:
https://github.com/pypp/letterboxd-services                    

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

Tên Letterboxd Services Letterboxd Services
ID bapjnacilodfnmciacfljidhhnbbippn
URL Chính Thức https://chromewebstore.google.com/detail/letterboxd-services/bapjnacilodfnmciacfljidhhnbbippn
Mô tả Letterboxd extension that provides you torrents for movies.
Kích Thước Tệp 11.38 KB
Số Lần Cài Đặt 50
Phiên Bản Hiện Tại 0.6
Cập Nhật Lần Cuối 2024-02-07
Ngày Phát Hành 2023-08-13
Đánh Giá 5.00/5 Tổng số 1 Đánh Giá
Nhà Phát Triển netanel
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://github.com/1netanel/letterboxd-services
URL Trang Trợ Giúp https://github.com/1netanel/letterboxd-services/issues
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Letterboxd Services",
    "description": "Letterboxd extension that provides you torrents for movies.",
    "version": "0.6",
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "declarative_net_request": {
        "rule_resources": [
            {
                "id": "ruleset_1",
                "enabled": true,
                "path": "rules_1.json"
            }
        ]
    },
    "permissions": [
        "declarativeNetRequest",
        "declarativeNetRequestFeedback"
    ],
    "host_permissions": [
        "https:\/\/letterboxd.com\/film\/*"
    ],
    "content_scripts": [
        {
            "run_at": "document_end",
            "matches": [
                "https:\/\/letterboxd.com\/film\/*"
            ],
            "js": [
                "src\/content.js",
                "src\/services.js"
            ]
        }
    ]
}