Decomment

Decomment - Read deleted comments on Reddit

O que é Decomment?

Decomment é uma extensão do Chrome desenvolvida por https://decomment.com, e sua principal característica é "Decomment - Read deleted comments on Reddit".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão Decomment

Baixe arquivos de extensão Decomment no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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.                    

Informações Básicas da Extensão

Nome Decomment Decomment
ID dgmadlnbfpjabnngoehblhjinfeghnha
URL Oficial https://chromewebstore.google.com/detail/decomment/dgmadlnbfpjabnngoehblhjinfeghnha
Descrição Decomment - Read deleted comments on Reddit
Tamanho do Arquivo 129 KB
Contagem de Instalações 73
Versão Atual 1.7
Última Atualização 2015-11-04
Data de Publicação 2015-11-04
Classificação 2.60/5 Total de 5 Avaliações
Desenvolvedor https://decomment.com
Tipo de Pagamento free
Idiomas Suportados 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"
    }
}