CollectHW

Searches HTML for known Hot Wheels names and suggests searches on CollectHW.com.

ما هو CollectHW؟

CollectHW هو إضافة Chrome تم تطويرها بواسطة http://collecthw.com، والميزة الرئيسية لها هي "Searches HTML for known Hot Wheels names and suggests searches on CollectHW.com.".

تحميل ملف CRX للإضافة CollectHW

قم بتنزيل ملفات الامتداد CollectHW بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

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

                                            

معلومات أساسية عن التمديد

الاسم CollectHW CollectHW
ID iclgfihggfbklbdgciapfmcjgnjholoc
عنوان URL الرسمي https://chrome.google.com/webstore/detail/collecthw/iclgfihggfbklbdgciapfmcjgnjholoc
الوصف Searches HTML for known Hot Wheels names and suggests searches on CollectHW.com.
حجم الملف 66.53 KB
عدد التثبيتات 23
النسخة الحالية 0.1.6.7
آخر تحديث 2017-01-27
تاريخ النشر 2017-01-27
تقييم 5.00/5 مجموع تقييمات 1
المطور http://collecthw.com
البريد الإلكتروني [email protected]
نوع الدفع free
عنوان صفحة سياسة الخصوصية https://collecthw.com/hw/privacy
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "CollectHW",
    "description": "Searches HTML for known Hot Wheels names and suggests searches on CollectHW.com.",
    "version": "0.1.6.7",
    "icons": {
        "16": "Icon-Small-20.png",
        "48": "Icon-Small-50.png",
        "128": "[email protected]"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*.reddit.com\/r\/CollectHW\/comments\/*",
                "https:\/\/*.reddit.com\/r\/HotWheels\/comments\/*",
                "https:\/\/*.reddit.com\/message\/*",
                "http:\/\/hotwheels.wikia.com\/*",
                "http:\/\/www.ebay.com\/itm\/*",
                "https:\/\/www.amazon.com\/*",
                "https:\/\/www.hobbydb.com\/catalog_items\/*",
                "http:\/\/www.hotwheelscollectors.com\/*",
                "https:\/\/www.hwracerewards.com\/*",
                "https:\/\/imgur.com\/*"
            ],
            "exclude_globs": [
                "*collecthw*"
            ],
            "js": [
                "jquery.js",
                "matches.js"
            ],
            "css": [
                "collecthw_extension.css"
            ]
        }
    ],
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "web_accessible_resources": [
        "Icon-Small-20.png",
        "items.json"
    ],
    "browser_action": {
        "default_icon": "Icon-Small-50.png"
    },
    "permissions": [
        "*:\/\/*\/*",
        "storage"
    ]
}