Reddit DownVoter

Downvote everything on the page

ما هو Reddit DownVoter؟

Reddit DownVoter هو إضافة Chrome تم تطويرها بواسطة https://sites.google.com/site/redditdownvotertool، والميزة الرئيسية لها هي "Downvote everything on the page".

لقطات شاشة التمديد

screenshot
screenshot

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

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

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

                        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                    

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

الاسم Reddit DownVoter Reddit DownVoter
ID oaaobdcikfoafpadmjngnamnoecmpppg
عنوان URL الرسمي https://chromewebstore.google.com/detail/reddit-downvoter/oaaobdcikfoafpadmjngnamnoecmpppg
الوصف Downvote everything on the page
حجم الملف 14.89 KB
عدد التثبيتات 781
النسخة الحالية 1.0.5
آخر تحديث 2013-06-17
تاريخ النشر 2013-06-17
تقييم 3.17/5 مجموع تقييمات 24
المطور https://sites.google.com/site/redditdownvotertool
نوع الدفع free
اللغات المدعومة 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
}