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 |
| Eメール | [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"
}
} | |