RedditRestore
Restores edited, deleted and removed posts and comments on Reddit
什麼是RedditRestore?
RedditRestore是由Anonymous開發的Chrome擴展程式,該擴展的主要功能是“Restores edited, deleted and removed posts and comments on Reddit”。
擴展截圖
下載RedditRestore擴展crx文件
下載RedditRestore擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
ONLY WORKS ON: r/portugal (more to be added later)
擴展基本資訊
名稱 | |
ID | iakigpmdgilbkhlhmggfdajnkeogffme |
官方網址 | https://chrome.google.com/webstore/detail/iakigpmdgilbkhlhmggfdajnkeogffme |
簡介 | Restores edited, deleted and removed posts and comments on Reddit |
檔案大小 | 15.83 KB |
安裝次數 | 1,040 |
目前版本 | 0.2 |
更新時間 | 2019-08-13 |
上架時間 | 2019-08-13 |
評分 | 3.06/5 共 16 次評分 |
開發者 | Anonymous |
電子郵箱 | [email protected] |
付費類型 | free |
支援的語言 | 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" } } |