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 กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        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
}