Reddit Vote Bomb

Upvote or Downvote all of the comments on one page of a user's profile! With great power comes great responsibility.

Apa itu Reddit Vote Bomb?

Reddit Vote Bomb adalah ekstensi Chrome yang dikembangkan oleh Mike Natale, dan fitur utamanya adalah "Upvote or Downvote all of the comments on one page of a user's profile! With great power comes great responsibility.".

Unduh Berkas CRX Ekstensi Reddit Vote Bomb

Unduh file ekstensi Reddit Vote Bomb 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

                        Love certain Reddit users? Hate certain Reddit users? This extension allows you to upvote or downvote all of the submissions on one page of a user's profile. You'll have to navigate through their submission history manually if it's on more than one page, but this will save you lots of clicking time either way!                    

Informasi Dasar Ekstensi

Nama Reddit Vote Bomb Reddit Vote Bomb
ID lmpihiifgekaebpmkfjdhchpkogajljb
URL Resmi https://chrome.google.com/webstore/detail/reddit-vote-bomb/lmpihiifgekaebpmkfjdhchpkogajljb
Deskripsi Upvote or Downvote all of the comments on one page of a user's profile! With great power comes great responsibility.
Ukuran File 36.57 KB
Jumlah Instalasi 86
Versi Saat Ini 1.0.0.5
Terakhir Diperbarui 2015-01-28
Tanggal Publikasi 2015-01-28
Penilaian 3.40/5 Total 10 Penilaian
Pengembang Mike Natale
Tipe Pembayaran free
Bahasa yang Didukung en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Reddit Vote Bomb",
    "version": "1.0.0.5",
    "description": "Upvote or Downvote all of the comments on one page of a user's profile! With great power comes great responsibility.",
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    },
    "permissions": [
        "tabs",
        "http:\/\/www.reddit.com\/user\/*",
        "https:\/\/www.reddit.com\/user\/*"
    ],
    "content_scripts": [
        {
            "matches": [
                "http:\/\/www.reddit.com\/user\/*",
                "https:\/\/www.reddit.com\/user\/*"
            ],
            "js": [
                "jquery-2.1.1.min.js",
                "upvotedownvote.js"
            ],
            "run_at": "document_end"
        }
    ]
}