DAD2.0

When you are interested in a certain English phrase, select the English phrase with the mouse, and the DAD2.0 extension will show…

O que é DAD2.0?

DAD2.0 é uma extensão do Chrome desenvolvida por DAD Community, e sua principal característica é "When you are interested in a certain English phrase, select the English phrase with the mouse, and the DAD2.0 extension will show…".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão DAD2.0

Baixe arquivos de extensão DAD2.0 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

                        When you are interested in a certain English phrase, select the English phrase with the mouse, and the DAD2.0 extension will show you relevant blockchain news, and will also display relevant DAD advertisements. Clicking on the ad will be profitable in the future, stay tuned.                    

Informações Básicas da Extensão

Nome DAD2.0 DAD2.0
ID mbpjndbnpfijfhjcepegcibbegbofkke
URL Oficial https://chromewebstore.google.com/detail/dad20/mbpjndbnpfijfhjcepegcibbegbofkke
Descrição When you are interested in a certain English phrase, select the English phrase with the mouse, and the DAD2.0 extension will show…
Tamanho do Arquivo 356 KB
Contagem de Instalações 16
Versão Atual 1.0.1
Última Atualização 2022-06-29
Data de Publicação 2022-06-23
Classificação 5.00/5 Total de 3 Avaliações
Desenvolvedor DAD Community
Email [email protected]
Tipo de Pagamento free
Idiomas Suportados en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "DAD2.0",
    "version": "1.0.1",
    "manifest_version": 3,
    "permissions": [],
    "action": {
        "default_popup": "popup.html",
        "default_icon": {
            "16": "\/img\/logo.png",
            "32": "\/img\/logo.png",
            "48": "\/img\/logo.png",
            "128": "\/img\/logo.png"
        }
    },
    "content_scripts": [
        {
            "all_frames": true,
            "js": [
                "content.js"
            ],
            "css": [
                "static\/css\/content.css"
            ],
            "match_about_blank": true,
            "matches": [
                ""
            ],
            "run_at": "document_end"
        }
    ],
    "background": {
        "service_worker": "background.js"
    },
    "icons": {
        "16": "\/img\/logo.png",
        "32": "\/img\/logo.png",
        "48": "\/img\/logo.png",
        "128": "\/img\/logo.png"
    }
}