Hover Hound

See Amazon prices while shopping on Newegg.

Hvad er Hover Hound?

Hover Hound er en Chrome-udvidelse udviklet af https://pchound.com, og dens hovedfunktion er "See Amazon prices while shopping on Newegg.".

Udvidelsesskærmbilleder

screenshot
screenshot

Download Hover Hound-udvidelses-CRX-fil

Download Hover Hound-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        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.                    

Grundlæggende oplysninger om udvidelsen

Navn Hover Hound Hover Hound
ID dogmhlelnjpjgahofccgbfnmojkmlfep
Officiel URL https://chromewebstore.google.com/detail/hover-hound/dogmhlelnjpjgahofccgbfnmojkmlfep
Beskrivelse See Amazon prices while shopping on Newegg.
Filstørrelse 14.8 KB
Antal Installationer 10,000
Nuværende Version 1.6.7
Senest Opdateret 2021-04-11
Udgivelsesdato 2019-08-22
Bedømmelse 4.37/5 Samlet 113 Bedømmelser
Udvikler https://pchound.com
E-mail [email protected]
Betalingsmetode free
Udvidelseswebsted https://www.pchound.com
Hjælpeside-URL https://www.pchound.com
URL til Fortrolighedspolitik Side https://www.pchound.com/privacy.html
Understøttede Sprog 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"
        }
    ]
}