TRACKOO_TSE_SAFE-T
Use the context menu to search Trackings for SAFE-T
TRACKOO_TSE_SAFE-Tคืออะไร?
TRACKOO_TSE_SAFE-T เป็นส่วนขยายของ Chrome ที่พัฒนาโดย trackoo.tse และคุณลักษณะหลักของมันคือ "Use the context menu to search Trackings for SAFE-T"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย TRACKOO_TSE_SAFE-T
ดาวน์โหลดไฟล์ส่วนขยาย 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.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | 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" } } |