Hover Hound

See Amazon prices while shopping on Newegg.

Cos'è Hover Hound?

Hover Hound è un'estensione di Chrome sviluppata da https://pchound.com, e la sua funzione principale è "See Amazon prices while shopping on Newegg.".

Screenshot dell'Estensione

screenshot
screenshot

Scarica il file CRX dell'estensione Hover Hound

Scarica i file di estensione Hover Hound 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

                        Hover Hound adds a small button on Newegg product and search pages linking to the same product on Amazon. It displays the price and whether the item is Amazon Prime eligible. It's that simple!

This extension only works on newegg.com and only takes you from Newegg to Amazon, not the other way around. No bloat, no BS, no excessive permissions.                    

Informazioni di Base sull'Estensione

Nome Hover Hound Hover Hound
ID dogmhlelnjpjgahofccgbfnmojkmlfep
URL Ufficiale https://chromewebstore.google.com/detail/hover-hound/dogmhlelnjpjgahofccgbfnmojkmlfep
Descrizione See Amazon prices while shopping on Newegg.
Dimensione del File 14.8 KB
Conteggio Installazioni 10,000
Versione Corrente 1.6.7
Ultimo Aggiornamento 2021-04-11
Data di Pubblicazione 2019-08-22
Valutazione 4.37/5 Totale 113 Valutazioni
Sviluppatore https://pchound.com
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://www.pchound.com
URL della Pagina di Aiuto https://www.pchound.com
URL della Pagina della Politica sulla Privacy https://www.pchound.com/privacy.html
Lingue Supportate en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Hover Hound",
    "short_name": "Hover Hound",
    "version": "1.6.7",
    "manifest_version": 2,
    "description": "See Amazon prices while shopping on Newegg.",
    "icons": {
        "16": "images\/new-dog.png",
        "48": "images\/new-dog.png",
        "128": "images\/new-dog.png"
    },
    "web_accessible_resources": [
        "images\/*.ico",
        "images\/*.png",
        "images\/*.gif"
    ],
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.newegg.com\/*"
            ],
            "js": [
                "content.js"
            ],
            "run_at": "document_end"
        }
    ]
}