Hover Hound
See Amazon prices while shopping on Newegg.
What is Hover Hound?
Hover Hound is a Chrome extension developed by https://pchound.com, and its main feature is "See Amazon prices while shopping on Newegg.".
Extension Screenshots
Download Hover Hound Extension CRX File
Download Hover Hound extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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.
Extension Basic Information
Name | Hover Hound |
ID | dogmhlelnjpjgahofccgbfnmojkmlfep |
Official URL | https://chromewebstore.google.com/detail/hover-hound/dogmhlelnjpjgahofccgbfnmojkmlfep |
Description | See Amazon prices while shopping on Newegg. |
File Size | 14.8 KB |
Installation Count | 10,000 |
Current Version | 1.6.7 |
Last Updated | 2021-04-11 |
Publish Date | 2019-08-22 |
Rating | 4.37/5 Total 113 Ratings |
Developer | https://pchound.com |
[email protected] | |
Payment Type | free |
Extension Website | https://www.pchound.com |
Help Page URL | https://www.pchound.com |
Privacy Policy Page URL | https://www.pchound.com/privacy.html |
Supported Languages | 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" } ] } |