Reddit DownVoter

Downvote everything on the page

¿Qué es Reddit DownVoter?

Reddit DownVoter es una extensión de Chrome desarrollada por https://sites.google.com/site/redditdownvotertool, y su función principal es "Downvote everything on the page".

Capturas de Pantalla de la Extensión

screenshot
screenshot

Descargar Archivo CRX de la Extensión Reddit DownVoter

Descarga archivos de extensión Reddit DownVoter en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        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                    

Información Básica de la Extensión

Nombre Reddit DownVoter Reddit DownVoter
ID oaaobdcikfoafpadmjngnamnoecmpppg
URL Oficial https://chromewebstore.google.com/detail/reddit-downvoter/oaaobdcikfoafpadmjngnamnoecmpppg
Descripción Downvote everything on the page
Tamaño del Archivo 14.89 KB
Cantidad de Instalaciones 781
Versión Actual 1.0.5
Última Actualización 2013-06-17
Fecha de Publicación 2013-06-17
Calificación 3.17/5 Total de 24 Calificaciones
Desarrollador https://sites.google.com/site/redditdownvotertool
Tipo de Pago free
Idiomas Soportados 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
}