TRACKOO_TSE_CDT

Use the context menu to search CDT websites

什么是TRACKOO_TSE_CDT?

TRACKOO_TSE_CDT是由trackoo.tse开发的Chrome扩展程序,该扩展的主要功能是“Use the context menu to search CDT websites”。

扩展截图

screenshot

下载TRACKOO_TSE_CDT扩展crx文件

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

扩展使用说明

                        Use the context menu to search Trackings. It is a right click enabled extension to access other URLs from 1 page. This tool helps reducing time to toggle between tabs and getting to understand various information.                    

扩展基本信息

名称 TRACKOO_TSE_CDT TRACKOO_TSE_CDT
ID aofkpoeplbjnfllcocfjhepfnegahdge
官方URL https://chromewebstore.google.com/detail/trackootsecdt/aofkpoeplbjnfllcocfjhepfnegahdge
简介 Use the context menu to search CDT websites
文件大小 39.51 KB
安装次数 212
当前版本 1.3
更新时间 2022-11-21
上架时间 2022-11-09
开发者 trackoo.tse
电子邮箱 [email protected]
付费类型 free
支持的语言 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "TRACKOO_TSE_CDT",
    "description": "Use the context menu to search CDT websites",
    "version": "1.3",
    "manifest_version": 3,
    "options_page": "options.html",
    "permissions": [
        "contextMenus",
        "storage"
    ],
    "host_permissions": [
        "http:\/\/*\/",
        "https:\/\/*\/"
    ],
    "background": {
        "service_worker": "background.js",
        "type": "module"
    },
    "action": {
        "default_popup": "options.html"
    },
    "icons": {
        "16": "globalGoogle16.png",
        "48": "globalGoogle48.png",
        "128": "globalGoogle128.png"
    }
}