Hover Hound

See Amazon prices while shopping on Newegg.

Qu'est-ce que Hover Hound ?

Hover Hound est une extension Chrome développée par https://pchound.com, et sa fonction principale est "See Amazon prices while shopping on Newegg.".

Captures d'Écran de l'Extension

screenshot
screenshot

Télécharger le fichier CRX de l'extension Hover Hound

Téléchargez les fichiers d'extension Hover Hound au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom Hover Hound Hover Hound
ID dogmhlelnjpjgahofccgbfnmojkmlfep
URL Officiel https://chromewebstore.google.com/detail/hover-hound/dogmhlelnjpjgahofccgbfnmojkmlfep
Description See Amazon prices while shopping on Newegg.
Taille du Fichier 14.8 KB
Nombre d'Installations 10,000
Version Actuelle 1.6.7
Dernière Mise à Jour 2021-04-11
Date de Publication 2019-08-22
Évaluation 4.37/5 Total 113 Évaluations
Développeur https://pchound.com
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://www.pchound.com
URL de la Page d'Aide https://www.pchound.com
URL de la Page de Politique de Confidentialité https://www.pchound.com/privacy.html
Langues Prises en Charge 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"
        }
    ]
}