TRACKOO_TSE_SAFE-T

Use the context menu to search Trackings for SAFE-T

Vad är TRACKOO_TSE_SAFE-T?

TRACKOO_TSE_SAFE-T är en Chrome-tillägg utvecklad av trackoo.tse, och dess huvudfunktion är "Use the context menu to search Trackings for SAFE-T".

Tilläggsskärmbilder

screenshot

Ladda ner TRACKOO_TSE_SAFE-T-förlängningens CRX-fil

Ladda ner TRACKOO_TSE_SAFE-T-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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äggande Information om Tillägg

Namn TRACKOO_TSE_SAFE-T TRACKOO_TSE_SAFE-T
ID fojgahhcihkjfogoldgemlpchafppgdd
Officiell webbadress https://chromewebstore.google.com/detail/trackootsesafe-t/fojgahhcihkjfogoldgemlpchafppgdd
Beskrivning Use the context menu to search Trackings for SAFE-T
Filstorlek 29.62 KB
Antal Installationer 169
Aktuell Version 1
Senast Uppdaterad 2022-08-18
Publiceringsdatum 2022-08-17
Utvecklare trackoo.tse
E-post [email protected]
Betalningssätt free
Stödda Språk 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"
    }
}