Reddit DownVoter

Downvote everything on the page

O que é Reddit DownVoter?

Reddit DownVoter é uma extensão do Chrome desenvolvida por https://sites.google.com/site/redditdownvotertool, e sua principal característica é "Downvote everything on the page".

Capturas de Tela da Extensão

screenshot
screenshot

Baixar o arquivo CRX da Extensão Reddit DownVoter

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

                        Having a bad day? Feel like everyone is to be blamed? Maybe you feel like reddit.com's quality has gone since "back-in-the-day"?

Now you have a tool to show your dislike, down vote everything on the screen.

Just go to a page, and click the arrow to unleash your fury!

Updated to be leaner and faster!

USERSCRIPT VERSION:
http://goo.gl/vGfiC                    

Informações Básicas da Extensão

Nome Reddit DownVoter Reddit DownVoter
ID oaaobdcikfoafpadmjngnamnoecmpppg
URL Oficial https://chromewebstore.google.com/detail/reddit-downvoter/oaaobdcikfoafpadmjngnamnoecmpppg
Descrição Downvote everything on the page
Tamanho do Arquivo 14.89 KB
Contagem de Instalações 781
Versão Atual 1.0.5
Última Atualização 2013-06-17
Data de Publicação 2013-06-17
Classificação 3.17/5 Total de 24 Avaliações
Desenvolvedor https://sites.google.com/site/redditdownvotertool
Tipo de Pagamento free
Idiomas Suportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Reddit DownVoter",
    "version": "1.0.5",
    "description": "Downvote everything on the page",
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "page_action": {
        "default_icon": "icon_19.png",
        "default_title": "Downvote!"
    },
    "permissions": [
        "tabs",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "icons": {
        "48": "icon_48.png",
        "128": "icon_128.png"
    },
    "manifest_version": 2
}