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
官方網址 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"
    }
}