TRACKOO_TSE_SAFE-T

Use the context menu to search Trackings for SAFE-T

Qu'est-ce que TRACKOO_TSE_SAFE-T ?

TRACKOO_TSE_SAFE-T est une extension Chrome développée par trackoo.tse, et sa fonction principale est "Use the context menu to search Trackings for SAFE-T".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension TRACKOO_TSE_SAFE-T

Téléchargez les fichiers d'extension TRACKOO_TSE_SAFE-T 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_SAFE-T TRACKOO_TSE_SAFE-T
ID fojgahhcihkjfogoldgemlpchafppgdd
URL Officiel https://chromewebstore.google.com/detail/trackootsesafe-t/fojgahhcihkjfogoldgemlpchafppgdd
Description Use the context menu to search Trackings for SAFE-T
Taille du Fichier 29.62 KB
Nombre d'Installations 169
Version Actuelle 1
Dernière Mise à Jour 2022-08-18
Date de Publication 2022-08-17
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_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"
    }
}