Reddit Scheduler Plus
Schedule Reddit Submission and post later.
Cos'è Reddit Scheduler Plus?
Reddit Scheduler Plus è un'estensione di Chrome sviluppata da Nevooa, e la sua funzione principale è "Schedule Reddit Submission and post later.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Reddit Scheduler Plus
Scarica i file di estensione Reddit Scheduler Plus in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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.
Informazioni di Base sull'Estensione
Nome | Reddit Scheduler Plus |
ID | lponpkkmlmgfjhhikliadaklenjcfgjk |
URL Ufficiale | https://chromewebstore.google.com/detail/reddit-scheduler-plus/lponpkkmlmgfjhhikliadaklenjcfgjk |
Descrizione | Schedule Reddit Submission and post later. |
Dimensione del File | 248 KB |
Conteggio Installazioni | 10 |
Versione Corrente | 0.0.2 |
Ultimo Aggiornamento | 2020-08-24 |
Data di Pubblicazione | 2020-07-31 |
Valutazione | 3.00/5 Totale 2 Valutazioni |
Sviluppatore | Nevooa |
[email protected] | |
Tipo di Pagamento | free |
Lingue Supportate | 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" } |