Hover Hound
See Amazon prices while shopping on Newegg.
O que é Hover Hound?
Hover Hound é uma extensão do Chrome desenvolvida por https://pchound.com, e sua principal característica é "See Amazon prices while shopping on Newegg.".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Hover Hound
Baixe arquivos de extensão Hover Hound no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
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.
Informações Básicas da Extensão
Nome | Hover Hound |
ID | dogmhlelnjpjgahofccgbfnmojkmlfep |
URL Oficial | https://chromewebstore.google.com/detail/hover-hound/dogmhlelnjpjgahofccgbfnmojkmlfep |
Descrição | See Amazon prices while shopping on Newegg. |
Tamanho do Arquivo | 14.8 KB |
Contagem de Instalações | 10,000 |
Versão Atual | 1.6.7 |
Última Atualização | 2021-04-11 |
Data de Publicação | 2019-08-22 |
Classificação | 4.37/5 Total de 113 Avaliações |
Desenvolvedor | https://pchound.com |
[email protected] | |
Tipo de Pagamento | free |
Site da Extensão | https://www.pchound.com |
URL da Página de Ajuda | https://www.pchound.com |
URL da Página de Política de Privacidade | https://www.pchound.com/privacy.html |
Idiomas Suportados | 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" } ] } |