Imgur Upvote Fairy

Upvote or downvote everything on an Imgur page.

什麼是Imgur Upvote Fairy?

Imgur Upvote Fairy是由sneakymousetrap開發的Chrome擴展程式,該擴展的主要功能是“Upvote or downvote everything on an Imgur page.”。

擴展截圖

screenshot

下載Imgur Upvote Fairy擴展crx文件

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

擴展使用說明

                        Ever wanted to upvote everyone who commented on your post?  Downvote everything that one guy wrote after he said that your dog looked stupid?  Now you can!

With two clicks you can upvote, downvote, or un-vote everything on an Imgur page!                    

擴展基本資訊

名稱 Imgur Upvote Fairy Imgur Upvote Fairy
ID igcbikidlgojikhaniaplkchbdoimldh
官方網址 https://chrome.google.com/webstore/detail/imgur-upvote-fairy/igcbikidlgojikhaniaplkchbdoimldh
簡介 Upvote or downvote everything on an Imgur page.
檔案大小 40.64 KB
安裝次數 25
目前版本 0.9
更新時間 2014-05-18
上架時間 2014-05-18
評分 3.38/5 共 8 次評分
開發者 sneakymousetrap
付費類型 free
隱私政策頁面URL https://www.4thhero.com/privacy
支援的語言 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Imgur Upvote Fairy",
    "author": "sneakymousetrap",
    "version": "0.9",
    "description": "Upvote or downvote everything on an Imgur page.",
    "content_scripts": [
        {
            "matches": [
                "http:\/\/imgur.com\/*",
                "https:\/\/imgur.com\/*"
            ],
            "js": [
                "jquery.js",
                "page.js"
            ]
        }
    ],
    "browser_action": {
        "default_title": "Upvote Fairy",
        "default_icon": "upvote_16.png",
        "default_popup": "popup.html"
    },
    "manifest_version": 2,
    "icons": {
        "16": "upvote_16.png",
        "48": "upvote_48.png",
        "128": "upvote_128.png"
    }
}