Imgur Upvote Fairy
Upvote or downvote everything on an Imgur page.
Cos'è Imgur Upvote Fairy?
Imgur Upvote Fairy è un'estensione di Chrome sviluppata da sneakymousetrap, e la sua funzione principale è "Upvote or downvote everything on an Imgur page.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Imgur Upvote Fairy
Scarica i file di estensione Imgur Upvote Fairy in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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!
Informazioni di Base sull'Estensione
Nome | |
ID | igcbikidlgojikhaniaplkchbdoimldh |
URL Ufficiale | https://chrome.google.com/webstore/detail/imgur-upvote-fairy/igcbikidlgojikhaniaplkchbdoimldh |
Descrizione | Upvote or downvote everything on an Imgur page. |
Dimensione del File | 40.64 KB |
Conteggio Installazioni | 25 |
Versione Corrente | 0.9 |
Ultimo Aggiornamento | 2014-05-18 |
Data di Pubblicazione | 2014-05-18 |
Valutazione | 3.38/5 Totale 8 Valutazioni |
Sviluppatore | sneakymousetrap |
Tipo di Pagamento | free |
URL della Pagina della Politica sulla Privacy | https://www.4thhero.com/privacy |
Lingue Supportate | 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" } } |