Un-Delete reddit Comments

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

What is Un-Delete reddit Comments?

Un-Delete reddit Comments is a Chrome extension developed by https://udrc.co, and its main feature is "Save a cached copy of the current reddit page you're viewing to preserve comments in case they're deleted.".

Extension Screenshots

screenshot
screenshot
screenshot

Download Un-Delete reddit Comments Extension CRX File

Download Un-Delete reddit Comments extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name Un-Delete reddit Comments Un-Delete reddit Comments
ID goelkfmlebeihlnanaindammeonplnhi
Official URL https://chromewebstore.google.com/detail/un-delete-reddit-comments/goelkfmlebeihlnanaindammeonplnhi
Description Save a cached copy of the current reddit page you're viewing to preserve comments in case they're deleted.
File Size 632 KB
Installation Count 1,732
Current Version 0.4
Last Updated 2015-11-19
Publish Date 2015-11-19
Rating 2.33/5 Total 9 Ratings
Developer https://udrc.co
Payment Type free
Supported Languages 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"
    }
}