Hover Hound

See Amazon prices while shopping on Newegg.

Hover Hound là gì?

Hover Hound là một tiện ích mở rộng Chrome được phát triển bởi https://pchound.com, và tính năng chính của nó là "See Amazon prices while shopping on Newegg.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Hover Hound

Tải xuống các tệp mở rộng Hover Hound dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Hover Hound Hover Hound
ID dogmhlelnjpjgahofccgbfnmojkmlfep
URL Chính Thức https://chromewebstore.google.com/detail/hover-hound/dogmhlelnjpjgahofccgbfnmojkmlfep
Mô tả See Amazon prices while shopping on Newegg.
Kích Thước Tệp 14.8 KB
Số Lần Cài Đặt 10,000
Phiên Bản Hiện Tại 1.6.7
Cập Nhật Lần Cuối 2021-04-11
Ngày Phát Hành 2019-08-22
Đánh Giá 4.37/5 Tổng số 113 Đánh Giá
Nhà Phát Triển https://pchound.com
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://www.pchound.com
URL Trang Trợ Giúp https://www.pchound.com
URL Trang Chính Sách Bảo Mật https://www.pchound.com/privacy.html
Ngôn Ngữ Được Hỗ Trợ 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"
        }
    ]
}