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 مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

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