TRACKOO_TSE_CDT

Use the context menu to search CDT websites

Vad är TRACKOO_TSE_CDT?

TRACKOO_TSE_CDT är en Chrome-tillägg utvecklad av trackoo.tse, och dess huvudfunktion är "Use the context menu to search CDT websites".

Tilläggsskärmbilder

screenshot

Ladda ner TRACKOO_TSE_CDT-förlängningens CRX-fil

Ladda ner TRACKOO_TSE_CDT-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_CDT TRACKOO_TSE_CDT
ID aofkpoeplbjnfllcocfjhepfnegahdge
Officiell webbadress https://chromewebstore.google.com/detail/trackootsecdt/aofkpoeplbjnfllcocfjhepfnegahdge
Beskrivning Use the context menu to search CDT websites
Filstorlek 39.51 KB
Antal Installationer 212
Aktuell Version 1.3
Senast Uppdaterad 2022-11-21
Publiceringsdatum 2022-11-09
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_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"
    }
}