Metal Detector

...we know how to find treasure

Metal Detectorคืออะไร?

Metal Detector เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://metaldetector.one และคุณลักษณะหลักของมันคือ "...we know how to find treasure"

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Metal Detector

ดาวน์โหลดไฟล์ส่วนขยาย 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"
    }
}