Metal Detector

...we know how to find treasure

What is Metal Detector?

Metal Detector is a Chrome extension developed by https://metaldetector.one, and its main feature is "...we know how to find treasure".

Download Metal Detector Extension CRX File

Download Metal Detector extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

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

Extension Basic Information

Name Metal Detector Metal Detector
ID pmljhfgioobnmgcnhmpbogeciehefblm
Official URL https://chromewebstore.google.com/detail/metal-detector/pmljhfgioobnmgcnhmpbogeciehefblm
Description ...we know how to find treasure
File Size 197 KB
Installation Count 12
Current Version 1.0
Last Updated 2016-07-12
Publish Date 2016-07-10
Rating 3.00/5 Total 2 Ratings
Developer https://metaldetector.one
Payment Type free
Supported Languages 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"
    }
}