TRACKOO_TSE_SAFE-T
Use the context menu to search Trackings for SAFE-T
Wat is TRACKOO_TSE_SAFE-T?
TRACKOO_TSE_SAFE-T is een Chrome-extensie ontwikkeld door trackoo.tse, en de belangrijkste functie is "Use the context menu to search Trackings for SAFE-T".
Extensie Screenshots
Download het CRX-bestand van de extensie TRACKOO_TSE_SAFE-T
Download TRACKOO_TSE_SAFE-T-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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. Basisinformatie over de Extensie
| Naam | |
| ID | fojgahhcihkjfogoldgemlpchafppgdd |
| Officiële URL | https://chromewebstore.google.com/detail/trackootsesafe-t/fojgahhcihkjfogoldgemlpchafppgdd |
| Beschrijving | Use the context menu to search Trackings for SAFE-T |
| Bestandsgrootte | 29.62 KB |
| Aantal Installaties | 169 |
| Huidige Versie | 1 |
| Laatst Bijgewerkt | 2022-08-18 |
| Publicatiedatum | 2022-08-17 |
| Ontwikkelaar | trackoo.tse |
| [email protected] | |
| Betalingswijze | free |
| Ondersteunde Talen | 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"
}
} | |