trackerboxd

Adds torrent search shortcuts to Letterboxd

什么是trackerboxd?

trackerboxd是由bozo22开发的Chrome扩展程序,该扩展的主要功能是“Adds torrent search shortcuts to Letterboxd”。

扩展截图

screenshot

下载trackerboxd扩展crx文件

下载trackerboxd扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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                    

扩展基本信息

名称 trackerboxd trackerboxd
ID jclinmfmhfdebkgfjojegbcnnhdfpfed
官方URL https://chromewebstore.google.com/detail/trackerboxd/jclinmfmhfdebkgfjojegbcnnhdfpfed
简介 Adds torrent search shortcuts to Letterboxd
文件大小 110 KB
安装次数 179
当前版本 1.5.5
更新时间 2023-12-04
上架时间 2021-06-12
评分 3.75/5 共4次评分
开发者 bozo22
电子邮箱 [email protected]
付费类型 free
支持的语言 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"
    ]
}