TRACKOO_TSE_CDT

Use the context menu to search CDT websites

Qu'est-ce que TRACKOO_TSE_CDT ?

TRACKOO_TSE_CDT est une extension Chrome développée par trackoo.tse, et sa fonction principale est "Use the context menu to search CDT websites".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension TRACKOO_TSE_CDT

Téléchargez les fichiers d'extension TRACKOO_TSE_CDT au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom TRACKOO_TSE_CDT TRACKOO_TSE_CDT
ID aofkpoeplbjnfllcocfjhepfnegahdge
URL Officiel https://chromewebstore.google.com/detail/trackootsecdt/aofkpoeplbjnfllcocfjhepfnegahdge
Description Use the context menu to search CDT websites
Taille du Fichier 39.51 KB
Nombre d'Installations 212
Version Actuelle 1.3
Dernière Mise à Jour 2022-11-21
Date de Publication 2022-11-09
Développeur trackoo.tse
Email [email protected]
Type de Paiement free
Langues Prises en Charge 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"
    }
}