Imgur Upvote Fairy
Upvote or downvote everything on an Imgur page.
Wat is Imgur Upvote Fairy?
Imgur Upvote Fairy is een Chrome-extensie ontwikkeld door sneakymousetrap, en de belangrijkste functie is "Upvote or downvote everything on an Imgur page.".
Extensie Screenshots
Download het CRX-bestand van de extensie Imgur Upvote Fairy
Download Imgur Upvote Fairy-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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!
Basisinformatie over de Extensie
Naam | |
ID | igcbikidlgojikhaniaplkchbdoimldh |
Officiële URL | https://chrome.google.com/webstore/detail/imgur-upvote-fairy/igcbikidlgojikhaniaplkchbdoimldh |
Beschrijving | Upvote or downvote everything on an Imgur page. |
Bestandsgrootte | 40.64 KB |
Aantal Installaties | 25 |
Huidige Versie | 0.9 |
Laatst Bijgewerkt | 2014-05-18 |
Publicatiedatum | 2014-05-18 |
Beoordeling | 3.38/5 Totaal 8 Beoordelingen |
Ontwikkelaar | sneakymousetrap |
Betalingswijze | free |
URL van de Privacybeleid Pagina | https://www.4thhero.com/privacy |
Ondersteunde Talen | 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" } } |