Metal Detector

...we know how to find treasure

Metal Detector là gì?

Metal Detector là một tiện ích mở rộng Chrome được phát triển bởi https://metaldetector.one, và tính năng chính của nó là "...we know how to find treasure".

Tải xuống tệp CRX của tiện ích mở rộng Metal Detector

Tải xuống các tệp mở rộng Metal Detector dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

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

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Metal Detector Metal Detector
ID pmljhfgioobnmgcnhmpbogeciehefblm
URL Chính Thức https://chromewebstore.google.com/detail/metal-detector/pmljhfgioobnmgcnhmpbogeciehefblm
Mô tả ...we know how to find treasure
Kích Thước Tệp 197 KB
Số Lần Cài Đặt 12
Phiên Bản Hiện Tại 1.0
Cập Nhật Lần Cuối 2016-07-12
Ngày Phát Hành 2016-07-10
Đánh Giá 3.00/5 Tổng số 2 Đánh Giá
Nhà Phát Triển https://metaldetector.one
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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"
    }
}