TRACKOO_TSE_CDT
Use the context menu to search CDT websites
¿Qué es TRACKOO_TSE_CDT?
TRACKOO_TSE_CDT es una extensión de Chrome desarrollada por trackoo.tse, y su función principal es "Use the context menu to search CDT websites".
Capturas de Pantalla de la Extensión
Descargar Archivo CRX de la Extensión TRACKOO_TSE_CDT
Descarga archivos de extensión TRACKOO_TSE_CDT en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.
Instrucciones de Uso de la Extensión
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. Información Básica de la Extensión
| Nombre | |
| ID | aofkpoeplbjnfllcocfjhepfnegahdge |
| URL Oficial | https://chromewebstore.google.com/detail/trackootsecdt/aofkpoeplbjnfllcocfjhepfnegahdge |
| Descripción | Use the context menu to search CDT websites |
| Tamaño del Archivo | 39.51 KB |
| Cantidad de Instalaciones | 212 |
| Versión Actual | 1.3 |
| Última Actualización | 2022-11-21 |
| Fecha de Publicación | 2022-11-09 |
| Desarrollador | trackoo.tse |
| Correo electrónico | [email protected] |
| Tipo de Pago | free |
| Idiomas Soportados | 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"
}
} | |