reveddit quarantined
Allows quarantined content to be viewed on reveddit.
什么是reveddit quarantined?
reveddit quarantined是由https://revddit.com开发的Chrome扩展程序,该扩展的主要功能是“Allows quarantined content to be viewed on reveddit.”。
扩展截图
下载reveddit quarantined扩展crx文件
下载reveddit quarantined扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Ordinarily, moderation actions in quarantined subreddits cannot be reviewed with tools like removeddit, ceddit, or reveddit (formerly known as revddit). This extension allows quarantined content to be viewed on reveddit. Source code: https://github.com/revddit/revddit-quarantined Version History: 2019-11-27 - 0.0.0.3 - rename extension (revddit -> reveddit) 2019-10-29 - 0.0.0.2 - enable new domain
扩展基本信息
名称 | reveddit quarantined |
ID | cmfgeilnphkjendelakiniceinhjonfh |
官方URL | https://chromewebstore.google.com/detail/reveddit-quarantined/cmfgeilnphkjendelakiniceinhjonfh |
简介 | Allows quarantined content to be viewed on reveddit. |
文件大小 | 70.8 KB |
安装次数 | 496 |
当前版本 | 0.0.0.3 |
更新时间 | 2019-12-18 |
上架时间 | 2019-12-15 |
开发者 | https://revddit.com |
电子邮箱 | [email protected] |
付费类型 | free |
隐私政策页面URL | https://docs.google.com/document/d/e/2PACX-1vTxfh-y3cnIE1Y495pfcJykWNLQRg8xIYLOZ7xHqcaktjI_Y_N5ZQuAnfMhtOrJaDD8bUirVQkD8tuy/pub |
支持的语言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "reveddit quarantined", "short_name": "reveddit q", "description": "Allows quarantined content to be viewed on reveddit.", "version": "0.0.0.3", "permissions": [ "webRequest", "webRequestBlocking", "https:\/\/*.reddit.com\/*", "https:\/\/*.reveddit.com\/*" ], "icons": { "128": "icons\/128.png", "48": "icons\/48.png", "16": "icons\/16.png" }, "content_scripts": [ { "matches": [ "https:\/\/*.reveddit.com\/*" ], "css": [ "content.css" ], "js": [] } ], "background": { "scripts": [ "background.js" ] }, "manifest_version": 2 } |