Un-Delete reddit Comments

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

¿Qué es Un-Delete reddit Comments?

Un-Delete reddit Comments es una extensión de Chrome desarrollada por https://udrc.co, y su función principal es "Save a cached copy of the current reddit page you're viewing to preserve comments in case they're deleted.".

Capturas de Pantalla de la Extensión

screenshot
screenshot
screenshot

Descargar Archivo CRX de la Extensión Un-Delete reddit Comments

Descarga archivos de extensión Un-Delete reddit Comments en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        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.                    

Información Básica de la Extensión

Nombre Un-Delete reddit Comments Un-Delete reddit Comments
ID goelkfmlebeihlnanaindammeonplnhi
URL Oficial https://chromewebstore.google.com/detail/un-delete-reddit-comments/goelkfmlebeihlnanaindammeonplnhi
Descripción Save a cached copy of the current reddit page you're viewing to preserve comments in case they're deleted.
Tamaño del Archivo 632 KB
Cantidad de Instalaciones 1,732
Versión Actual 0.4
Última Actualización 2015-11-19
Fecha de Publicación 2015-11-19
Calificación 2.33/5 Total de 9 Calificaciones
Desarrollador https://udrc.co
Tipo de Pago free
Idiomas Soportados 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"
    }
}