Metal Detector

...we know how to find treasure

O que é Metal Detector?

Metal Detector é uma extensão do Chrome desenvolvida por https://metaldetector.one, e sua principal característica é "...we know how to find treasure".

Baixar o arquivo CRX da Extensão Metal Detector

Baixe arquivos de extensão Metal Detector 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

                        For Chrome from http://metaldetector.one
To get the latest NEWS from our Website!                    

Informações Básicas da Extensão

Nome Metal Detector Metal Detector
ID pmljhfgioobnmgcnhmpbogeciehefblm
URL Oficial https://chromewebstore.google.com/detail/metal-detector/pmljhfgioobnmgcnhmpbogeciehefblm
Descrição ...we know how to find treasure
Tamanho do Arquivo 197 KB
Contagem de Instalações 12
Versão Atual 1.0
Última Atualização 2016-07-12
Data de Publicação 2016-07-10
Classificação 3.00/5 Total de 2 Avaliações
Desenvolvedor https://metaldetector.one
Tipo de Pagamento free
Idiomas Suportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Metal Detector",
    "description": "...we know how to find treasure",
    "version": "1.0",
    "permissions": [
        "http:\/\/*\/*",
        "https:\/\/*\/*",
        "",
        "notifications",
        "gcm",
        "storage",
        "tabs"
    ],
    "background": {
        "scripts": [
            "js\/jquery.js",
            "js\/config.js",
            "js\/bgscript.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                "",
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "css": [
                "css\/style.css"
            ],
            "js": [
                "js\/jquery.js",
                "js\/jquery.velocity.min.js",
                "js\/script.js"
            ]
        }
    ],
    "browser_action": {
        "default_icon": "icon.png"
    }
}