Decomment
Decomment - Read deleted comments on Reddit
什么是Decomment?
Decomment是由https://decomment.com开发的Chrome扩展程序,该扩展的主要功能是“Decomment - Read deleted comments on Reddit”。
扩展截图
下载Decomment扩展crx文件
下载Decomment扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Decomment allows you to read comments which were deleted by moderators from web-sites like reddit.com, vc.ru
Interesting comments are frequently deleted because of political correctness, web-site’s policy or even moderator’s bad mood. So, I decided to create a service that would allow users to read all comments, even deleted ones. 扩展基本信息
| 名称 | |
| ID | dgmadlnbfpjabnngoehblhjinfeghnha |
| 官方URL | https://chromewebstore.google.com/detail/decomment/dgmadlnbfpjabnngoehblhjinfeghnha |
| 简介 | Decomment - Read deleted comments on Reddit |
| 文件大小 | 129 KB |
| 安装次数 | 73 |
| 当前版本 | 1.7 |
| 更新时间 | 2015-11-04 |
| 上架时间 | 2015-11-04 |
| 评分 | 2.60/5 共5次评分 |
| 开发者 | https://decomment.com |
| 付费类型 | free |
| 支持的语言 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "Decomment",
"short_name": "Decomment - Read deleted comments on Reddit",
"description": "Decomment - Read deleted comments on Reddit",
"homepage_url": "http:\/\/decomment.com",
"version": "1.7",
"background": {
"persistent": false,
"scripts": [
"lib\/jquery\/jquery.js",
"lib\/purl\/purl.js",
"js\/background.js"
]
},
"browser_action": {
"default_icon": "img\/no_content.png",
"default_popup": "html\/no_comments.html",
"default_title": "Decomment"
},
"permissions": [
"activeTab",
"tabs",
"alarms",
"https:\/\/zerocode.ru\/",
"http:\/\/zerocode.ru\/",
"http:\/\/decomment.com\/"
],
"icons": {
"16": "img\/icon16.png",
"48": "img\/icon48.png",
"128": "img\/icon128.png"
}
} | |