RedditRestore

Restores edited, deleted and removed posts and comments on Reddit

Что такое RedditRestore?

RedditRestore - это расширение Chrome, разработанное Anonymous, и его основная функция - "Restores edited, deleted and removed posts and comments on Reddit".

Снимки экрана расширения

screenshot
screenshot

Скачать файл CRX расширения RedditRestore

Скачайте файлы расширений RedditRestore в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

Инструкции по использованию расширения

                        ONLY WORKS ON:

r/portugal

(more to be added later)                    

Основная информация о расширении

Название RedditRestore RedditRestore
ID iakigpmdgilbkhlhmggfdajnkeogffme
Официальный URL 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"
    }
}