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 |
Eメール | [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 } |