Imgur Upvote Fairy

Upvote or downvote everything on an Imgur page.

Apa itu Imgur Upvote Fairy?

Imgur Upvote Fairy adalah ekstensi Chrome yang dikembangkan oleh sneakymousetrap, dan fitur utamanya adalah "Upvote or downvote everything on an Imgur page.".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi Imgur Upvote Fairy

Unduh file ekstensi Imgur Upvote Fairy dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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!                    

Informasi Dasar Ekstensi

Nama Imgur Upvote Fairy Imgur Upvote Fairy
ID igcbikidlgojikhaniaplkchbdoimldh
URL Resmi https://chrome.google.com/webstore/detail/imgur-upvote-fairy/igcbikidlgojikhaniaplkchbdoimldh
Deskripsi Upvote or downvote everything on an Imgur page.
Ukuran File 40.64 KB
Jumlah Instalasi 25
Versi Saat Ini 0.9
Terakhir Diperbarui 2014-05-18
Tanggal Publikasi 2014-05-18
Penilaian 3.38/5 Total 8 Penilaian
Pengembang sneakymousetrap
Tipe Pembayaran free
URL Halaman Kebijakan Privasi https://www.4thhero.com/privacy
Bahasa yang Didukung 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"
    }
}