Metal Detector

...we know how to find treasure

Co to jest Metal Detector?

Metal Detector to rozszerzenie Chrome opracowane przez https://metaldetector.one, a jego główną funkcją jest „...we know how to find treasure”.

Pobierz plik CRX rozszerzenia Metal Detector

Pobierz pliki rozszerzeń Metal Detector w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

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

Podstawowe informacje o rozszerzeniu

Nazwa Metal Detector Metal Detector
ID pmljhfgioobnmgcnhmpbogeciehefblm
Oficjalny URL https://chromewebstore.google.com/detail/metal-detector/pmljhfgioobnmgcnhmpbogeciehefblm
Opis ...we know how to find treasure
Rozmiar pliku 197 KB
Liczba instalacji 12
Aktualna Wersja 1.0
Ostatnia Aktualizacja 2016-07-12
Data Publikacji 2016-07-10
Ocena 3.00/5 Łącznie 2 Oceny
Deweloper https://metaldetector.one
Typ Płatności free
Obsługiwane Języki 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"
    }
}