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是由Mike Natale開發的Chrome擴展程式,該擴展的主要功能是“Upvote or Downvote all of the comments on one page of a user's profile! With great power comes great responsibility.”。

下載Reddit Vote Bomb擴展crx文件

下載Reddit Vote Bomb擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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
官方網址 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"
        }
    ]
}