Reddit DownVoter

Downvote everything on the page

什麼是Reddit DownVoter?

Reddit DownVoter是由https://sites.google.com/site/redditdownvotertool開發的Chrome擴展程式,該擴展的主要功能是“Downvote everything on the page”。

擴展截圖

screenshot
screenshot

下載Reddit DownVoter擴展crx文件

下載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
官方網址 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
}