Metal Detector

...we know how to find treasure

Cos'è Metal Detector?

Metal Detector è un'estensione di Chrome sviluppata da https://metaldetector.one, e la sua funzione principale è "...we know how to find treasure".

Scarica il file CRX dell'estensione Metal Detector

Scarica i file di estensione Metal Detector in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

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

Informazioni di Base sull'Estensione

Nome Metal Detector Metal Detector
ID pmljhfgioobnmgcnhmpbogeciehefblm
URL Ufficiale https://chromewebstore.google.com/detail/metal-detector/pmljhfgioobnmgcnhmpbogeciehefblm
Descrizione ...we know how to find treasure
Dimensione del File 197 KB
Conteggio Installazioni 12
Versione Corrente 1.0
Ultimo Aggiornamento 2016-07-12
Data di Pubblicazione 2016-07-10
Valutazione 3.00/5 Totale 2 Valutazioni
Sviluppatore https://metaldetector.one
Tipo di Pagamento free
Lingue Supportate 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"
    }
}