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 |
官方網址 | 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 } |