Decomment
Decomment - Read deleted comments on Reddit
Cos'è Decomment?
Decomment è un'estensione di Chrome sviluppata da https://decomment.com, e la sua funzione principale è "Decomment - Read deleted comments on Reddit".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Decomment
Scarica i file di estensione Decomment in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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.
Informazioni di Base sull'Estensione
Nome | Decomment |
ID | dgmadlnbfpjabnngoehblhjinfeghnha |
URL Ufficiale | https://chromewebstore.google.com/detail/decomment/dgmadlnbfpjabnngoehblhjinfeghnha |
Descrizione | Decomment - Read deleted comments on Reddit |
Dimensione del File | 129 KB |
Conteggio Installazioni | 73 |
Versione Corrente | 1.7 |
Ultimo Aggiornamento | 2015-11-04 |
Data di Pubblicazione | 2015-11-04 |
Valutazione | 2.60/5 Totale 5 Valutazioni |
Sviluppatore | https://decomment.com |
Tipo di Pagamento | free |
Lingue Supportate | 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" } } |