Reddit Scheduler Plus
Schedule Reddit Submission and post later.
Co to jest Reddit Scheduler Plus?
Reddit Scheduler Plus to rozszerzenie Chrome opracowane przez Nevooa, a jego główną funkcją jest „Schedule Reddit Submission and post later.”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Reddit Scheduler Plus
Pobierz pliki rozszerzeń Reddit Scheduler Plus 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
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.
Podstawowe informacje o rozszerzeniu
Nazwa | Reddit Scheduler Plus |
ID | lponpkkmlmgfjhhikliadaklenjcfgjk |
Oficjalny URL | https://chromewebstore.google.com/detail/reddit-scheduler-plus/lponpkkmlmgfjhhikliadaklenjcfgjk |
Opis | Schedule Reddit Submission and post later. |
Rozmiar pliku | 248 KB |
Liczba instalacji | 10 |
Aktualna Wersja | 0.0.2 |
Ostatnia Aktualizacja | 2020-08-24 |
Data Publikacji | 2020-07-31 |
Ocena | 3.00/5 Łącznie 2 Oceny |
Deweloper | Nevooa |
[email protected] | |
Typ Płatności | free |
Obsługiwane Języki | 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" } |