Reddit Up/Down Vote Viewer
This extension removes the dreaded (?|?) on Reddit. It does not account for Reddit's vote fuzzing.
什么是Reddit Up/Down Vote Viewer?
Reddit Up/Down Vote Viewer是由Nicholas Currault开发的Chrome扩展程序,该扩展的主要功能是“This extension removes the dreaded (?|?) on Reddit. It does not account for Reddit's vote fuzzing.”。
扩展截图
下载Reddit Up/Down Vote Viewer扩展crx文件
下载Reddit Up/Down Vote Viewer扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
扩展基本信息
| 名称 | |
| ID | oofcmapinmlnokjjigaojblalakmcohg |
| 官方URL | https://chromewebstore.google.com/detail/reddit-updown-vote-viewer/oofcmapinmlnokjjigaojblalakmcohg |
| 简介 | This extension removes the dreaded (?|?) on Reddit. It does not account for Reddit's vote fuzzing. |
| 文件大小 | 33.46 KB |
| 安装次数 | 24 |
| 当前版本 | 1.0.1 |
| 更新时间 | 2014-08-03 |
| 上架时间 | 2014-08-03 |
| 评分 | 1.00/5 共1次评分 |
| 开发者 | Nicholas Currault |
| 电子邮箱 | [email protected] |
| 付费类型 | free |
| 支持的语言 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "Reddit Up\/Down Vote Viewer",
"description": "This extension removes the dreaded (?|?) on Reddit. It does not account for Reddit's vote fuzzing.",
"version": "1.0.1",
"content_scripts": [
{
"exclude_globs": [],
"include_globs": [
"*"
],
"js": [
"main.user.js"
],
"matches": [
"http:\/\/reddit.com\/r\/*\/comments\/*\/*",
"http:\/\/www.reddit.com\/r\/*\/comments\/*\/*",
"https:\/\/reddit.com\/r\/*\/comments\/*\/*",
"https:\/\/www.reddit.com\/r\/*\/comments\/*\/*"
],
"run_at": "document_end"
}
],
"converted_from_user_script": true
} | |