CollectHW
Searches HTML for known Hot Wheels names and suggests searches on CollectHW.com.
What is CollectHW?
CollectHW is a Chrome extension developed by http://collecthw.com, and its main feature is "Searches HTML for known Hot Wheels names and suggests searches on CollectHW.com.".
Download CollectHW Extension CRX File
Download CollectHW extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
Extension Basic Information
Name | |
ID | iclgfihggfbklbdgciapfmcjgnjholoc |
Official URL | https://chrome.google.com/webstore/detail/collecthw/iclgfihggfbklbdgciapfmcjgnjholoc |
Description | Searches HTML for known Hot Wheels names and suggests searches on CollectHW.com. |
File Size | 66.53 KB |
Installation Count | 23 |
Current Version | 0.1.6.7 |
Last Updated | 2017-01-27 |
Publish Date | 2017-01-27 |
Rating | 5.00/5 Total 1 Ratings |
Developer | http://collecthw.com |
[email protected] | |
Payment Type | free |
Privacy Policy Page URL | https://collecthw.com/hw/privacy |
Supported Languages | 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" ] } |