Hover Hound

See Amazon prices while shopping on Newegg.

什么是Hover Hound?

Hover Hound是由https://pchound.com开发的Chrome扩展程序,该扩展的主要功能是“See Amazon prices while shopping on Newegg.”。

扩展截图

screenshot
screenshot

下载Hover Hound扩展crx文件

下载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"
        }
    ]
}