Un-Delete reddit Comments

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

Was ist Un-Delete reddit Comments?

Un-Delete reddit Comments ist eine Chrome-Erweiterung, die von https://udrc.co entwickelt wurde, und ihr Hauptmerkmal ist "Save a cached copy of the current reddit page you're viewing to preserve comments in case they're deleted.".

Erweiterungsscreenshots

screenshot
screenshot
screenshot

Un-Delete reddit Comments-Erweiterungs-CRX-Datei herunterladen

Laden Sie Un-Delete reddit Comments-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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.                    

Grundlegende Informationen zur Erweiterung

Name Un-Delete reddit Comments Un-Delete reddit Comments
ID goelkfmlebeihlnanaindammeonplnhi
Offizielle URL https://chromewebstore.google.com/detail/un-delete-reddit-comments/goelkfmlebeihlnanaindammeonplnhi
Beschreibung Save a cached copy of the current reddit page you're viewing to preserve comments in case they're deleted.
Dateigröße 632 KB
Installationsanzahl 1,732
Aktuelle Version 0.4
Letztes Update 2015-11-19
Veröffentlichungsdatum 2015-11-19
Bewertung 2.33/5 Insgesamt 9 Bewertungen
Entwickler https://udrc.co
Zahlungsart free
Unterstützte Sprachen 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"
    }
}