CollectHW

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

什么是CollectHW?

CollectHW是由http://collecthw.com开发的Chrome扩展程序,该扩展的主要功能是“Searches HTML for known Hot Wheels names and suggests searches on CollectHW.com.”。

下载CollectHW扩展crx文件

下载CollectHW扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                                            

扩展基本信息

名称 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
隐私政策页面URL 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"
    ]
}