Un-Delete reddit Comments

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

Apa itu Un-Delete reddit Comments?

Un-Delete reddit Comments adalah ekstensi Chrome yang dikembangkan oleh https://udrc.co, dan fitur utamanya adalah "Save a cached copy of the current reddit page you're viewing to preserve comments in case they're deleted.".

Screenshot Ekstensi

screenshot
screenshot
screenshot

Unduh Berkas CRX Ekstensi Un-Delete reddit Comments

Unduh file ekstensi Un-Delete reddit Comments dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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.                    

Informasi Dasar Ekstensi

Nama Un-Delete reddit Comments Un-Delete reddit Comments
ID goelkfmlebeihlnanaindammeonplnhi
URL Resmi https://chromewebstore.google.com/detail/un-delete-reddit-comments/goelkfmlebeihlnanaindammeonplnhi
Deskripsi Save a cached copy of the current reddit page you're viewing to preserve comments in case they're deleted.
Ukuran File 632 KB
Jumlah Instalasi 1,732
Versi Saat Ini 0.4
Terakhir Diperbarui 2015-11-19
Tanggal Publikasi 2015-11-19
Penilaian 2.33/5 Total 9 Penilaian
Pengembang https://udrc.co
Tipe Pembayaran free
Bahasa yang Didukung 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"
    }
}