Un-Delete reddit Comments

Save a cached copy of the current reddit page you're viewing to preserve comments in case they're deleted.

Cos'è Un-Delete reddit Comments?

Un-Delete reddit Comments è un'estensione di Chrome sviluppata da https://udrc.co, e la sua funzione principale è "Save a cached copy of the current reddit page you're viewing to preserve comments in case they're deleted.".

Screenshot dell'Estensione

screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione Un-Delete reddit Comments

Scarica i file di estensione Un-Delete reddit Comments 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

                        Save a cached copy of the current reddit page you're viewing to preserve comments in case they're deleted using a direct HTML cache of the page you're seeing on reddit. Simple and lightweight.

This application will capture the page as you see it currently. If a comment is later deleted, you have a direct cache copy of the page to view any unedited or deleted comments.                    

Informazioni di Base sull'Estensione

Nome Un-Delete reddit Comments Un-Delete reddit Comments
ID goelkfmlebeihlnanaindammeonplnhi
URL Ufficiale https://chromewebstore.google.com/detail/un-delete-reddit-comments/goelkfmlebeihlnanaindammeonplnhi
Descrizione Save a cached copy of the current reddit page you're viewing to preserve comments in case they're deleted.
Dimensione del File 632 KB
Conteggio Installazioni 1,732
Versione Corrente 0.4
Ultimo Aggiornamento 2015-11-19
Data di Pubblicazione 2015-11-19
Valutazione 2.33/5 Totale 9 Valutazioni
Sviluppatore https://udrc.co
Tipo di Pagamento free
Lingue Supportate en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Un-Delete reddit Comments",
    "short_name": "UDrC BETA",
    "description": "Save a cached copy of the current reddit page you're viewing to preserve comments in case they're deleted.",
    "version": "0.4",
    "manifest_version": 2,
    "permissions": [
        "tabs"
    ],
    "browser_action": {
        "default_icon": "assets\/udr-icon.png",
        "default_popup": "popup.html"
    },
    "icons": {
        "16": "assets\/udr-icon16.png",
        "128": "assets\/udr-icon128.png"
    }
}