Metal Detector

...we know how to find treasure

Vad är Metal Detector?

Metal Detector är en Chrome-tillägg utvecklad av https://metaldetector.one, och dess huvudfunktion är "...we know how to find treasure".

Ladda ner Metal Detector-förlängningens CRX-fil

Ladda ner Metal Detector-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

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

Grundläggande Information om Tillägg

Namn Metal Detector Metal Detector
ID pmljhfgioobnmgcnhmpbogeciehefblm
Officiell webbadress https://chromewebstore.google.com/detail/metal-detector/pmljhfgioobnmgcnhmpbogeciehefblm
Beskrivning ...we know how to find treasure
Filstorlek 197 KB
Antal Installationer 12
Aktuell Version 1.0
Senast Uppdaterad 2016-07-12
Publiceringsdatum 2016-07-10
Betyg 3.00/5 Totalt 2 Betyg
Utvecklare https://metaldetector.one
Betalningssätt free
Stödda Språk 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"
    }
}