TRACKOO_TSE_CDT
Use the context menu to search CDT websites
Hvad er TRACKOO_TSE_CDT?
TRACKOO_TSE_CDT er en Chrome-udvidelse udviklet af trackoo.tse, og dens hovedfunktion er "Use the context menu to search CDT websites".
Udvidelsesskærmbilleder
Download TRACKOO_TSE_CDT-udvidelses-CRX-fil
Download TRACKOO_TSE_CDT-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
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. Grundlæggende oplysninger om udvidelsen
| Navn | |
| ID | aofkpoeplbjnfllcocfjhepfnegahdge |
| Officiel URL | https://chromewebstore.google.com/detail/trackootsecdt/aofkpoeplbjnfllcocfjhepfnegahdge |
| Beskrivelse | Use the context menu to search CDT websites |
| Filstørrelse | 39.51 KB |
| Antal Installationer | 212 |
| Nuværende Version | 1.3 |
| Senest Opdateret | 2022-11-21 |
| Udgivelsesdato | 2022-11-09 |
| Udvikler | trackoo.tse |
| [email protected] | |
| Betalingsmetode | free |
| Understøttede Sprog | en-US |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "TRACKOO_TSE_CDT",
"description": "Use the context menu to search CDT websites",
"version": "1.3",
"manifest_version": 3,
"options_page": "options.html",
"permissions": [
"contextMenus",
"storage"
],
"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"
}
} | |