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"
    }
}