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 مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
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" } } |