RedditRestore
Restores edited, deleted and removed posts and comments on Reddit
Co to jest RedditRestore?
RedditRestore to rozszerzenie Chrome opracowane przez Anonymous, a jego główną funkcją jest „Restores edited, deleted and removed posts and comments on Reddit”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia RedditRestore
Pobierz pliki rozszerzeń RedditRestore w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
ONLY WORKS ON: r/portugal (more to be added later)
Podstawowe informacje o rozszerzeniu
Nazwa | |
ID | iakigpmdgilbkhlhmggfdajnkeogffme |
Oficjalny URL | https://chrome.google.com/webstore/detail/iakigpmdgilbkhlhmggfdajnkeogffme |
Opis | Restores edited, deleted and removed posts and comments on Reddit |
Rozmiar pliku | 15.83 KB |
Liczba instalacji | 1,040 |
Aktualna Wersja | 0.2 |
Ostatnia Aktualizacja | 2019-08-13 |
Data Publikacji | 2019-08-13 |
Ocena | 3.06/5 Łącznie 16 Oceny |
Deweloper | Anonymous |
[email protected] | |
Typ Płatności | free |
Obsługiwane Języki | 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" } } |