Metal Detector

...we know how to find treasure

Metal Detectorとは何ですか?

Metal Detectorはhttps://metaldetector.oneによって開発されたChromeの拡張機能で、その主な機能は「...we know how to find treasure」です。

Metal Detector拡張機能のCRXファイルをダウンロード

Metal Detector拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

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

拡張機能の基本情報

名前 Metal Detector Metal Detector
ID pmljhfgioobnmgcnhmpbogeciehefblm
公式URL https://chromewebstore.google.com/detail/metal-detector/pmljhfgioobnmgcnhmpbogeciehefblm
説明 ...we know how to find treasure
ファイルサイズ 197 KB
インストール数 12
現在のバージョン 1.0
最終更新日 2016-07-12
公開日 2016-07-10
評価 3.00/5 合計 2 レビュー
開発者 https://metaldetector.one
支払い方法 free
対応言語 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"
    }
}