Decomment

Decomment - Read deleted comments on Reddit

Qu'est-ce que Decomment ?

Decomment est une extension Chrome développée par https://decomment.com, et sa fonction principale est "Decomment - Read deleted comments on Reddit".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Decomment

Téléchargez les fichiers d'extension Decomment au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom Decomment Decomment
ID dgmadlnbfpjabnngoehblhjinfeghnha
URL Officiel https://chromewebstore.google.com/detail/decomment/dgmadlnbfpjabnngoehblhjinfeghnha
Description Decomment - Read deleted comments on Reddit
Taille du Fichier 129 KB
Nombre d'Installations 73
Version Actuelle 1.7
Dernière Mise à Jour 2015-11-04
Date de Publication 2015-11-04
Évaluation 2.60/5 Total 5 Évaluations
Développeur https://decomment.com
Type de Paiement free
Langues Prises en Charge 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"
    }
}