Metal Detector

...we know how to find treasure

Wat is Metal Detector?

Metal Detector is een Chrome-extensie ontwikkeld door https://metaldetector.one, en de belangrijkste functie is "...we know how to find treasure".

Download het CRX-bestand van de extensie Metal Detector

Download Metal Detector-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

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

Basisinformatie over de Extensie

Naam Metal Detector Metal Detector
ID pmljhfgioobnmgcnhmpbogeciehefblm
Officiële URL https://chromewebstore.google.com/detail/metal-detector/pmljhfgioobnmgcnhmpbogeciehefblm
Beschrijving ...we know how to find treasure
Bestandsgrootte 197 KB
Aantal Installaties 12
Huidige Versie 1.0
Laatst Bijgewerkt 2016-07-12
Publicatiedatum 2016-07-10
Beoordeling 3.00/5 Totaal 2 Beoordelingen
Ontwikkelaar https://metaldetector.one
Betalingswijze free
Ondersteunde Talen 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"
    }
}