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 |
| 官方網址 | 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"
}
} | |