Reddit Scheduler Plus
Schedule Reddit Submission and post later.
Что такое Reddit Scheduler Plus?
Reddit Scheduler Plus - это расширение Chrome, разработанное Nevooa, и его основная функция - "Schedule Reddit Submission and post later.".
Снимки экрана расширения
Скачать файл CRX расширения Reddit Scheduler Plus
Скачайте файлы расширений Reddit Scheduler Plus в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
Simply schedule posts on reddit. Here are the steps: ✓ Link you reddit account to this chrome extension ✓ Create a submission and select when we should schedule it ✓ Manage your schedule This is the first version of this extension, please me and let me know if you find bugs. You are also most welcome to request new features.
Основная информация о расширении
Название | Reddit Scheduler Plus |
ID | lponpkkmlmgfjhhikliadaklenjcfgjk |
Официальный URL | https://chromewebstore.google.com/detail/reddit-scheduler-plus/lponpkkmlmgfjhhikliadaklenjcfgjk |
Описание | Schedule Reddit Submission and post later. |
Размер файла | 248 KB |
Количество установок | 10 |
Текущая Версия | 0.0.2 |
Последнее Обновление | 2020-08-24 |
Дата публикации | 2020-07-31 |
Рейтинг | 3.00/5 Всего 2 оценок |
Разработчик | Nevooa |
Электронная почта | [email protected] |
Тип оплаты | free |
Поддерживаемые языки | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Reddit Scheduler Plus", "description": "Schedule Reddit Submission and post later.", "icons": { "128": "images\/alien128.png", "19": "images\/alien19.png", "32": "images\/alien32.png", "38": "images\/alien38.png", "48": "images\/alien48.png", "64": "images\/alien64.png" }, "permissions": [ "storage", "alarms" ], "background": { "page": "background.html", "persistent": true }, "browser_action": { "default_icon": { "19": "images\/alien19.png", "38": "images\/alien38.png" }, "default_popup": "popup.html", "default_title": "Reddit Scheduler Plus" }, "manifest_version": 2, "version": "0.0.2" } |