Hover Hound

See Amazon prices while shopping on Newegg.

Vad är Hover Hound?

Hover Hound är en Chrome-tillägg utvecklad av https://pchound.com, och dess huvudfunktion är "See Amazon prices while shopping on Newegg.".

Tilläggsskärmbilder

screenshot
screenshot

Ladda ner Hover Hound-förlängningens CRX-fil

Ladda ner Hover Hound-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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äggande Information om Tillägg

Namn Hover Hound Hover Hound
ID dogmhlelnjpjgahofccgbfnmojkmlfep
Officiell webbadress https://chromewebstore.google.com/detail/hover-hound/dogmhlelnjpjgahofccgbfnmojkmlfep
Beskrivning See Amazon prices while shopping on Newegg.
Filstorlek 14.8 KB
Antal Installationer 10,000
Aktuell Version 1.6.7
Senast Uppdaterad 2021-04-11
Publiceringsdatum 2019-08-22
Betyg 4.37/5 Totalt 113 Betyg
Utvecklare https://pchound.com
E-post [email protected]
Betalningssätt free
Tilläggswebbplats https://www.pchound.com
Hjälpsida URL https://www.pchound.com
URL till Sekretesspolicy Sidan https://www.pchound.com/privacy.html
Stödda Språk 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"
        }
    ]
}