TRACKOO_TSE_SAFE-T
Use the context menu to search Trackings for SAFE-T
什么是TRACKOO_TSE_SAFE-T?
TRACKOO_TSE_SAFE-T是由trackoo.tse开发的Chrome扩展程序,该扩展的主要功能是“Use the context menu to search Trackings for SAFE-T”。
扩展截图
下载TRACKOO_TSE_SAFE-T扩展crx文件
下载TRACKOO_TSE_SAFE-T扩展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. 扩展基本信息
| 名称 | |
| ID | fojgahhcihkjfogoldgemlpchafppgdd |
| 官方URL | https://chromewebstore.google.com/detail/trackootsesafe-t/fojgahhcihkjfogoldgemlpchafppgdd |
| 简介 | Use the context menu to search Trackings for SAFE-T |
| 文件大小 | 29.62 KB |
| 安装次数 | 169 |
| 当前版本 | 1 |
| 更新时间 | 2022-08-18 |
| 上架时间 | 2022-08-17 |
| 开发者 | trackoo.tse |
| 电子邮箱 | [email protected] |
| 付费类型 | free |
| 支持的语言 | en-US |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "TRACKOO_TSE_SAFE-T",
"description": "Use the context menu to search Trackings for SAFE-T",
"version": "1",
"manifest_version": 3,
"options_page": "options.html",
"permissions": [
"contextMenus",
"storage",
"scripting"
],
"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"
}
} | |