Un-Delete reddit Comments
Save a cached copy of the current reddit page you're viewing to preserve comments in case they're deleted.
Wat is Un-Delete reddit Comments?
Un-Delete reddit Comments is een Chrome-extensie ontwikkeld door https://udrc.co, en de belangrijkste functie is "Save a cached copy of the current reddit page you're viewing to preserve comments in case they're deleted.".
Extensie Screenshots
Download het CRX-bestand van de extensie Un-Delete reddit Comments
Download Un-Delete reddit Comments-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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.
Basisinformatie over de Extensie
Naam | Un-Delete reddit Comments |
ID | goelkfmlebeihlnanaindammeonplnhi |
Officiële URL | https://chromewebstore.google.com/detail/un-delete-reddit-comments/goelkfmlebeihlnanaindammeonplnhi |
Beschrijving | Save a cached copy of the current reddit page you're viewing to preserve comments in case they're deleted. |
Bestandsgrootte | 632 KB |
Aantal Installaties | 1,732 |
Huidige Versie | 0.4 |
Laatst Bijgewerkt | 2015-11-19 |
Publicatiedatum | 2015-11-19 |
Beoordeling | 2.33/5 Totaal 9 Beoordelingen |
Ontwikkelaar | https://udrc.co |
Betalingswijze | free |
Ondersteunde Talen | 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" } } |