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.”。
扩展截图
下载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!
扩展基本信息
名称 | |
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" } } |