Hover Hound

See Amazon prices while shopping on Newegg.

Wat is Hover Hound?

Hover Hound is een Chrome-extensie ontwikkeld door https://pchound.com, en de belangrijkste functie is "See Amazon prices while shopping on Newegg.".

Extensie Screenshots

screenshot
screenshot

Download het CRX-bestand van de extensie Hover Hound

Download Hover Hound-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam Hover Hound Hover Hound
ID dogmhlelnjpjgahofccgbfnmojkmlfep
Officiële URL https://chromewebstore.google.com/detail/hover-hound/dogmhlelnjpjgahofccgbfnmojkmlfep
Beschrijving See Amazon prices while shopping on Newegg.
Bestandsgrootte 14.8 KB
Aantal Installaties 10,000
Huidige Versie 1.6.7
Laatst Bijgewerkt 2021-04-11
Publicatiedatum 2019-08-22
Beoordeling 4.37/5 Totaal 113 Beoordelingen
Ontwikkelaar https://pchound.com
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://www.pchound.com
Help Pagina-URL https://www.pchound.com
URL van de Privacybeleid Pagina https://www.pchound.com/privacy.html
Ondersteunde Talen 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"
        }
    ]
}