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 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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_SAFE-T |
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" } } |