reveddit quarantined
Allows quarantined content to be viewed on reveddit.
reveddit quarantined là gì?
reveddit quarantined là một tiện ích mở rộng Chrome được phát triển bởi https://revddit.com, và tính năng chính của nó là "Allows quarantined content to be viewed on reveddit.".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng reveddit quarantined
Tải xuống các tệp mở rộng reveddit quarantined dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | reveddit quarantined |
ID | cmfgeilnphkjendelakiniceinhjonfh |
URL Chính Thức | https://chromewebstore.google.com/detail/reveddit-quarantined/cmfgeilnphkjendelakiniceinhjonfh |
Mô tả | Allows quarantined content to be viewed on reveddit. |
Kích Thước Tệp | 70.8 KB |
Số Lần Cài Đặt | 496 |
Phiên Bản Hiện Tại | 0.0.0.3 |
Cập Nhật Lần Cuối | 2019-12-18 |
Ngày Phát Hành | 2019-12-15 |
Nhà Phát Triển | https://revddit.com |
[email protected] | |
Loại Thanh Toán | free |
URL Trang Chính Sách Bảo Mật | https://docs.google.com/document/d/e/2PACX-1vTxfh-y3cnIE1Y495pfcJykWNLQRg8xIYLOZ7xHqcaktjI_Y_N5ZQuAnfMhtOrJaDD8bUirVQkD8tuy/pub |
Ngôn Ngữ Được Hỗ Trợ | 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 } |