trackerboxd

Adds torrent search shortcuts to Letterboxd

trackerboxd là gì?

trackerboxd là một tiện ích mở rộng Chrome được phát triển bởi bozo22, và tính năng chính của nó là "Adds torrent search shortcuts to Letterboxd".

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

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

                        Before using, go to the extension settings and select the trackers you want to use. By default, no options are selected.
This extension is open source. Feel free to contribute!
https://github.com/bozo22/trackerboxd                    

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

Tên trackerboxd trackerboxd
ID jclinmfmhfdebkgfjojegbcnnhdfpfed
URL Chính Thức https://chromewebstore.google.com/detail/trackerboxd/jclinmfmhfdebkgfjojegbcnnhdfpfed
Mô tả Adds torrent search shortcuts to Letterboxd
Kích Thước Tệp 110 KB
Số Lần Cài Đặt 179
Phiên Bản Hiện Tại 1.5.5
Cập Nhật Lần Cuối 2023-12-04
Ngày Phát Hành 2021-06-12
Đánh Giá 3.75/5 Tổng số 4 Đánh Giá
Nhà Phát Triển bozo22
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": 2,
    "name": "trackerboxd",
    "version": "1.5.5",
    "description": "Adds torrent search shortcuts to Letterboxd",
    "icons": {
        "128": "icon.png",
        "512": "icon512.png"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.letterboxd.com\/film\/*"
            ],
            "js": [
                "trackerboxd.js"
            ]
        }
    ],
    "options_ui": {
        "page": "options.html"
    },
    "permissions": [
        "storage",
        "*:\/\/*.letterboxd.com\/*"
    ],
    "browser_action": {
        "default_icon": "icon.png",
        "default_title": "trackerboxd",
        "default_popup": "options.html"
    },
    "browser_specific_settings": {
        "gecko": {
            "id": "{df85b502-bef7-45a0-a9b3-dbcc57927a3d}"
        }
    },
    "web_accessible_resources": [
        "trackers.json"
    ]
}