Imgur Upvote Fairy

Upvote or downvote everything on an Imgur page.

Imgur Upvote Fairyคืออะไร?

Imgur Upvote Fairy เป็นส่วนขยายของ Chrome ที่พัฒนาโดย sneakymousetrap และคุณลักษณะหลักของมันคือ "Upvote or downvote everything on an Imgur page."

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Imgur Upvote Fairy

ดาวน์โหลดไฟล์ส่วนขยาย 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
URL อย่างเป็นทางการ 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"
    }
}