Reddit DownVoter
Downvote everything on the page
什么是Reddit DownVoter?
Reddit DownVoter是由https://sites.google.com/site/redditdownvotertool开发的Chrome扩展程序,该扩展的主要功能是“Downvote everything on the page”。
扩展截图
下载Reddit DownVoter扩展crx文件
下载Reddit DownVoter扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Having a bad day? Feel like everyone is to be blamed? Maybe you feel like reddit.com's quality has gone since "back-in-the-day"? Now you have a tool to show your dislike, down vote everything on the screen. Just go to a page, and click the arrow to unleash your fury! Updated to be leaner and faster! USERSCRIPT VERSION: http://goo.gl/vGfiC
扩展基本信息
名称 | Reddit DownVoter |
ID | oaaobdcikfoafpadmjngnamnoecmpppg |
官方URL | https://chromewebstore.google.com/detail/reddit-downvoter/oaaobdcikfoafpadmjngnamnoecmpppg |
简介 | Downvote everything on the page |
文件大小 | 14.89 KB |
安装次数 | 781 |
当前版本 | 1.0.5 |
更新时间 | 2013-06-17 |
上架时间 | 2013-06-17 |
评分 | 3.17/5 共24次评分 |
开发者 | https://sites.google.com/site/redditdownvotertool |
付费类型 | free |
支持的语言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Reddit DownVoter", "version": "1.0.5", "description": "Downvote everything on the page", "background": { "scripts": [ "background.js" ] }, "page_action": { "default_icon": "icon_19.png", "default_title": "Downvote!" }, "permissions": [ "tabs", "http:\/\/*\/*", "https:\/\/*\/*" ], "icons": { "48": "icon_48.png", "128": "icon_128.png" }, "manifest_version": 2 } |