Reddit DownVoter

Downvote everything on the page

Cos'è Reddit DownVoter?

Reddit DownVoter è un'estensione di Chrome sviluppata da https://sites.google.com/site/redditdownvotertool, e la sua funzione principale è "Downvote everything on the page".

Screenshot dell'Estensione

screenshot
screenshot

Scarica il file CRX dell'estensione Reddit DownVoter

Scarica i file di estensione Reddit DownVoter in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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                    

Informazioni di Base sull'Estensione

Nome Reddit DownVoter Reddit DownVoter
ID oaaobdcikfoafpadmjngnamnoecmpppg
URL Ufficiale https://chromewebstore.google.com/detail/reddit-downvoter/oaaobdcikfoafpadmjngnamnoecmpppg
Descrizione Downvote everything on the page
Dimensione del File 14.89 KB
Conteggio Installazioni 781
Versione Corrente 1.0.5
Ultimo Aggiornamento 2013-06-17
Data di Pubblicazione 2013-06-17
Valutazione 3.17/5 Totale 24 Valutazioni
Sviluppatore https://sites.google.com/site/redditdownvotertool
Tipo di Pagamento free
Lingue Supportate 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
}