TRACKOO_TSE_SAFE-T

Use the context menu to search Trackings for SAFE-T

Hvad er TRACKOO_TSE_SAFE-T?

TRACKOO_TSE_SAFE-T er en Chrome-udvidelse udviklet af trackoo.tse, og dens hovedfunktion er "Use the context menu to search Trackings for SAFE-T".

Udvidelsesskærmbilleder

screenshot

Download TRACKOO_TSE_SAFE-T-udvidelses-CRX-fil

Download TRACKOO_TSE_SAFE-T-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 TRACKOO_TSE_SAFE-T TRACKOO_TSE_SAFE-T
ID fojgahhcihkjfogoldgemlpchafppgdd
Officiel URL https://chromewebstore.google.com/detail/trackootsesafe-t/fojgahhcihkjfogoldgemlpchafppgdd
Beskrivelse Use the context menu to search Trackings for SAFE-T
Filstørrelse 29.62 KB
Antal Installationer 169
Nuværende Version 1
Senest Opdateret 2022-08-18
Udgivelsesdato 2022-08-17
Udvikler trackoo.tse
E-mail [email protected]
Betalingsmetode free
Understøttede Sprog 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"
    }
}