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 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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 } |