HWSwapWare

Replaces heatware URLs with heatware feedback stats on /r/hardwareswap.

O que é HWSwapWare?

HWSwapWare é uma extensão do Chrome desenvolvida por chickenbellyfinn, e sua principal característica é "Replaces heatware URLs with heatware feedback stats on /r/hardwareswap.".

Baixar o arquivo CRX da Extensão HWSwapWare

Baixe arquivos de extensão HWSwapWare 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

                        Replaces heatware profile URLs in the hardwareswap subreddit with the actual stats from the profile (positive/negative/neutral). The stats can be click on to view the profile page on heatware.                    

Informações Básicas da Extensão

Nome HWSwapWare HWSwapWare
ID dcdphibeepdpehenljbnififgkkddaom
URL Oficial https://chrome.google.com/webstore/detail/hwswapware/dcdphibeepdpehenljbnififgkkddaom
Descrição Replaces heatware URLs with heatware feedback stats on /r/hardwareswap.
Tamanho do Arquivo 41.4 KB
Contagem de Instalações 1,000
Versão Atual 1.4
Última Atualização 2017-05-14
Data de Publicação 2017-05-14
Classificação 5.00/5 Total de 3 Avaliações
Desenvolvedor chickenbellyfinn
Tipo de Pagamento free
Idiomas Suportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "HWSwapWare",
    "version": "1.4",
    "description": "Replaces heatware URLs with heatware feedback stats on \/r\/hardwareswap.",
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.reddit.com\/r\/hardwareswap\/*"
            ],
            "js": [
                "jquery-2.1.4.min.js",
                "content_script.js"
            ],
            "run_at": "document_end"
        }
    ],
    "permissions": [
        "https:\/\/www.heatware.com\/",
        "https:\/\/heatware.com\/"
    ]
}