TRACKOO_TSE_SAFE-T
Use the context menu to search Trackings for SAFE-T
TRACKOO_TSE_SAFE-T क्या है?
TRACKOO_TSE_SAFE-T trackoo.tse द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Use the context menu to search Trackings for SAFE-T"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में TRACKOO_TSE_SAFE-T एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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" } } |