Reddit Vote Bomb

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

ما هو Reddit Vote Bomb؟

Reddit Vote Bomb هو إضافة Chrome تم تطويرها بواسطة Mike Natale، والميزة الرئيسية لها هي "Upvote or Downvote all of the comments on one page of a user's profile! With great power comes great responsibility.".

تحميل ملف CRX للإضافة Reddit Vote Bomb

قم بتنزيل ملفات الامتداد Reddit Vote Bomb بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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!                    

معلومات أساسية عن التمديد

الاسم Reddit Vote Bomb Reddit Vote Bomb
ID lmpihiifgekaebpmkfjdhchpkogajljb
عنوان URL الرسمي https://chrome.google.com/webstore/detail/reddit-vote-bomb/lmpihiifgekaebpmkfjdhchpkogajljb
الوصف Upvote or Downvote all of the comments on one page of a user's profile! With great power comes great responsibility.
حجم الملف 36.57 KB
عدد التثبيتات 86
النسخة الحالية 1.0.0.5
آخر تحديث 2015-01-28
تاريخ النشر 2015-01-28
تقييم 3.40/5 مجموع تقييمات 10
المطور Mike Natale
نوع الدفع free
اللغات المدعومة 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"
        }
    ]
}