TRACKOO_TSE_CDT

Use the context menu to search CDT websites

O que é TRACKOO_TSE_CDT?

TRACKOO_TSE_CDT é uma extensão do Chrome desenvolvida por trackoo.tse, e sua principal característica é "Use the context menu to search CDT websites".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão TRACKOO_TSE_CDT

Baixe arquivos de extensão TRACKOO_TSE_CDT no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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.                    

Informações Básicas da Extensão

Nome TRACKOO_TSE_CDT TRACKOO_TSE_CDT
ID aofkpoeplbjnfllcocfjhepfnegahdge
URL Oficial https://chromewebstore.google.com/detail/trackootsecdt/aofkpoeplbjnfllcocfjhepfnegahdge
Descrição Use the context menu to search CDT websites
Tamanho do Arquivo 39.51 KB
Contagem de Instalações 212
Versão Atual 1.3
Última Atualização 2022-11-21
Data de Publicação 2022-11-09
Desenvolvedor trackoo.tse
Email [email protected]
Tipo de Pagamento free
Idiomas Suportados 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"
    }
}