Hover Hound

See Amazon prices while shopping on Newegg.

Τι είναι το Hover Hound;

Το Hover Hound είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://pchound.com, και η κύρια λειτουργία του είναι "See Amazon prices while shopping on Newegg.".

Στιγμιότυπα Επέκτασης

screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης Hover Hound

Λήψη αρχείων επέκτασης Hover Hound σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        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.                    

Βασικές Πληροφορίες Επέκτασης

Όνομα Hover Hound Hover Hound
ID dogmhlelnjpjgahofccgbfnmojkmlfep
Επίσημο URL https://chromewebstore.google.com/detail/hover-hound/dogmhlelnjpjgahofccgbfnmojkmlfep
Περιγραφή See Amazon prices while shopping on Newegg.
Μέγεθος Αρχείου 14.8 KB
Αριθμός Εγκαταστάσεων 10,000
Τρέχουσα Έκδοση 1.6.7
Τελευταία Ενημέρωση 2021-04-11
Ημερομηνία Δημοσίευσης 2019-08-22
Αξιολόγηση 4.37/5 Συνολικά 113 Αξιολογήσεις
Προγραμματιστής https://pchound.com
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Ιστότοπος Επέκτασης https://www.pchound.com
Διεύθυνση URL της Σελίδας Βοήθειας https://www.pchound.com
URL της Σελίδας Πολιτικής Απορρήτου https://www.pchound.com/privacy.html
Υποστηριζόμενες Γλώσσες 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"
        }
    ]
}