RedditRestore
Restores edited, deleted and removed posts and comments on Reddit
What is RedditRestore?
RedditRestore is a Chrome extension developed by Anonymous, and its main feature is "Restores edited, deleted and removed posts and comments on Reddit".
Extension Screenshots
Download RedditRestore Extension CRX File
Download RedditRestore 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
ONLY WORKS ON: r/portugal (more to be added later)
Extension Basic Information
Name | |
ID | iakigpmdgilbkhlhmggfdajnkeogffme |
Official URL | https://chrome.google.com/webstore/detail/iakigpmdgilbkhlhmggfdajnkeogffme |
Description | Restores edited, deleted and removed posts and comments on Reddit |
File Size | 15.83 KB |
Installation Count | 1,040 |
Current Version | 0.2 |
Last Updated | 2019-08-13 |
Publish Date | 2019-08-13 |
Rating | 3.06/5 Total 16 Ratings |
Developer | Anonymous |
[email protected] | |
Payment Type | free |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "RedditRestore", "version": "0.2", "description": "Restores edited, deleted and removed posts and comments on Reddit", "content_scripts": [ { "matches": [ "https:\/\/*.reddit.com\/r\/*\/comments\/*\/*\/*" ], "js": [ "marked.min.js", "script.js" ] } ], "permissions": [], "icons": { "128": "icon128.png" } } |