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