Decomment

Decomment - Read deleted comments on Reddit

Decomment란 무엇입니까?

Decomment은(는) https://decomment.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Decomment - Read deleted comments on Reddit"입니다.

확장 프로그램 스크린샷

screenshot

Decomment 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        Decomment allows you to read comments which were deleted by moderators from web-sites like reddit.com, vc.ru

Interesting comments are frequently deleted because of political correctness, web-site’s policy or even moderator’s bad mood. So, I decided to create a service that would allow users to read all comments, even deleted ones.                    

확장 프로그램 기본 정보

이름 Decomment Decomment
ID dgmadlnbfpjabnngoehblhjinfeghnha
공식 URL https://chromewebstore.google.com/detail/decomment/dgmadlnbfpjabnngoehblhjinfeghnha
설명 Decomment - Read deleted comments on Reddit
파일 크기 129 KB
설치 횟수 73
현재 버전 1.7
최근 업데이트 2015-11-04
출시 날짜 2015-11-04
평점 2.60/5 총 5 개의 평점
개발자 https://decomment.com
결제 유형 free
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Decomment",
    "short_name": "Decomment - Read deleted comments on Reddit",
    "description": "Decomment - Read deleted comments on Reddit",
    "homepage_url": "http:\/\/decomment.com",
    "version": "1.7",
    "background": {
        "persistent": false,
        "scripts": [
            "lib\/jquery\/jquery.js",
            "lib\/purl\/purl.js",
            "js\/background.js"
        ]
    },
    "browser_action": {
        "default_icon": "img\/no_content.png",
        "default_popup": "html\/no_comments.html",
        "default_title": "Decomment"
    },
    "permissions": [
        "activeTab",
        "tabs",
        "alarms",
        "https:\/\/zerocode.ru\/",
        "http:\/\/zerocode.ru\/",
        "http:\/\/decomment.com\/"
    ],
    "icons": {
        "16": "img\/icon16.png",
        "48": "img\/icon48.png",
        "128": "img\/icon128.png"
    }
}