Un-Delete reddit Comments
Save a cached copy of the current reddit page you're viewing to preserve comments in case they're deleted.
Τι είναι το Un-Delete reddit Comments;
Το Un-Delete reddit Comments είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://udrc.co, και η κύρια λειτουργία του είναι "Save a cached copy of the current reddit page you're viewing to preserve comments in case they're deleted.".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης Un-Delete reddit Comments
Λήψη αρχείων επέκτασης Un-Delete reddit Comments σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
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.
Βασικές Πληροφορίες Επέκτασης
Όνομα | Un-Delete reddit Comments |
ID | goelkfmlebeihlnanaindammeonplnhi |
Επίσημο URL | https://chromewebstore.google.com/detail/un-delete-reddit-comments/goelkfmlebeihlnanaindammeonplnhi |
Περιγραφή | Save a cached copy of the current reddit page you're viewing to preserve comments in case they're deleted. |
Μέγεθος Αρχείου | 632 KB |
Αριθμός Εγκαταστάσεων | 1,732 |
Τρέχουσα Έκδοση | 0.4 |
Τελευταία Ενημέρωση | 2015-11-19 |
Ημερομηνία Δημοσίευσης | 2015-11-19 |
Αξιολόγηση | 2.33/5 Συνολικά 9 Αξιολογήσεις |
Προγραμματιστής | https://udrc.co |
Τύπος Πληρωμής | free |
Υποστηριζόμενες Γλώσσες | 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" } } |