Hover Hound

See Amazon prices while shopping on Newegg.

Co to jest Hover Hound?

Hover Hound to rozszerzenie Chrome opracowane przez https://pchound.com, a jego główną funkcją jest „See Amazon prices while shopping on Newegg.”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot

Pobierz plik CRX rozszerzenia Hover Hound

Pobierz pliki rozszerzeń Hover Hound w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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.                    

Podstawowe informacje o rozszerzeniu

Nazwa Hover Hound Hover Hound
ID dogmhlelnjpjgahofccgbfnmojkmlfep
Oficjalny URL https://chromewebstore.google.com/detail/hover-hound/dogmhlelnjpjgahofccgbfnmojkmlfep
Opis See Amazon prices while shopping on Newegg.
Rozmiar pliku 14.8 KB
Liczba instalacji 10,000
Aktualna Wersja 1.6.7
Ostatnia Aktualizacja 2021-04-11
Data Publikacji 2019-08-22
Ocena 4.37/5 Łącznie 113 Oceny
Deweloper https://pchound.com
E-mail [email protected]
Typ Płatności free
Strona Rozszerzenia https://www.pchound.com
Adres URL Strony Pomocy https://www.pchound.com
Adres URL Strony Polityki Prywatności https://www.pchound.com/privacy.html
Obsługiwane Języki 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"
        }
    ]
}