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
官方網址 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"
        }
    ]
}