Metal Detector

...we know how to find treasure

Apa itu Metal Detector?

Metal Detector adalah ekstensi Chrome yang dikembangkan oleh https://metaldetector.one, dan fitur utamanya adalah "...we know how to find treasure".

Unduh Berkas CRX Ekstensi Metal Detector

Unduh file ekstensi Metal Detector dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

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

Informasi Dasar Ekstensi

Nama Metal Detector Metal Detector
ID pmljhfgioobnmgcnhmpbogeciehefblm
URL Resmi https://chromewebstore.google.com/detail/metal-detector/pmljhfgioobnmgcnhmpbogeciehefblm
Deskripsi ...we know how to find treasure
Ukuran File 197 KB
Jumlah Instalasi 12
Versi Saat Ini 1.0
Terakhir Diperbarui 2016-07-12
Tanggal Publikasi 2016-07-10
Penilaian 3.00/5 Total 2 Penilaian
Pengembang https://metaldetector.one
Tipe Pembayaran free
Bahasa yang Didukung 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"
    }
}