Decomment

Decomment - Read deleted comments on Reddit

什麼是Decomment?

Decomment是由https://decomment.com開發的Chrome擴展程式,該擴展的主要功能是“Decomment - Read deleted comments on Reddit”。

擴展截圖

screenshot

下載Decomment擴展crx文件

下載Decomment擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

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