CollectHW

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

Cos'è CollectHW?

CollectHW è un'estensione di Chrome sviluppata da http://collecthw.com, e la sua funzione principale è "Searches HTML for known Hot Wheels names and suggests searches on CollectHW.com.".

Scarica il file CRX dell'estensione CollectHW

Scarica i file di estensione CollectHW in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                                            

Informazioni di Base sull'Estensione

Nome CollectHW CollectHW
ID iclgfihggfbklbdgciapfmcjgnjholoc
URL Ufficiale https://chrome.google.com/webstore/detail/collecthw/iclgfihggfbklbdgciapfmcjgnjholoc
Descrizione Searches HTML for known Hot Wheels names and suggests searches on CollectHW.com.
Dimensione del File 66.53 KB
Conteggio Installazioni 23
Versione Corrente 0.1.6.7
Ultimo Aggiornamento 2017-01-27
Data di Pubblicazione 2017-01-27
Valutazione 5.00/5 Totale 1 Valutazioni
Sviluppatore http://collecthw.com
Email [email protected]
Tipo di Pagamento free
URL della Pagina della Politica sulla Privacy https://collecthw.com/hw/privacy
Lingue Supportate 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"
    ]
}