TRACKOO_TSE_SAFE-T

Use the context menu to search Trackings for SAFE-T

Cos'è TRACKOO_TSE_SAFE-T?

TRACKOO_TSE_SAFE-T è un'estensione di Chrome sviluppata da trackoo.tse, e la sua funzione principale è "Use the context menu to search Trackings for SAFE-T".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione TRACKOO_TSE_SAFE-T

Scarica i file di estensione TRACKOO_TSE_SAFE-T in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome TRACKOO_TSE_SAFE-T TRACKOO_TSE_SAFE-T
ID fojgahhcihkjfogoldgemlpchafppgdd
URL Ufficiale https://chromewebstore.google.com/detail/trackootsesafe-t/fojgahhcihkjfogoldgemlpchafppgdd
Descrizione Use the context menu to search Trackings for SAFE-T
Dimensione del File 29.62 KB
Conteggio Installazioni 169
Versione Corrente 1
Ultimo Aggiornamento 2022-08-18
Data di Pubblicazione 2022-08-17
Sviluppatore trackoo.tse
Email [email protected]
Tipo di Pagamento free
Lingue Supportate 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"
    }
}