Reddit DownVoter

Downvote everything on the page

Apa itu Reddit DownVoter?

Reddit DownVoter adalah ekstensi Chrome yang dikembangkan oleh https://sites.google.com/site/redditdownvotertool, dan fitur utamanya adalah "Downvote everything on the page".

Screenshot Ekstensi

screenshot
screenshot

Unduh Berkas CRX Ekstensi Reddit DownVoter

Unduh file ekstensi Reddit DownVoter dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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                    

Informasi Dasar Ekstensi

Nama Reddit DownVoter Reddit DownVoter
ID oaaobdcikfoafpadmjngnamnoecmpppg
URL Resmi https://chromewebstore.google.com/detail/reddit-downvoter/oaaobdcikfoafpadmjngnamnoecmpppg
Deskripsi Downvote everything on the page
Ukuran File 14.89 KB
Jumlah Instalasi 781
Versi Saat Ini 1.0.5
Terakhir Diperbarui 2013-06-17
Tanggal Publikasi 2013-06-17
Penilaian 3.17/5 Total 24 Penilaian
Pengembang https://sites.google.com/site/redditdownvotertool
Tipe Pembayaran free
Bahasa yang Didukung 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
}