Reddit Scheduler Plus
Schedule Reddit Submission and post later.
What is Reddit Scheduler Plus?
Reddit Scheduler Plus is a Chrome extension developed by Nevooa, and its main feature is "Schedule Reddit Submission and post later.".
Extension Screenshots
Download Reddit Scheduler Plus Extension CRX File
Download Reddit Scheduler Plus extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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.
Extension Basic Information
Name | Reddit Scheduler Plus |
ID | lponpkkmlmgfjhhikliadaklenjcfgjk |
Official URL | https://chromewebstore.google.com/detail/reddit-scheduler-plus/lponpkkmlmgfjhhikliadaklenjcfgjk |
Description | Schedule Reddit Submission and post later. |
File Size | 248 KB |
Installation Count | 10 |
Current Version | 0.0.2 |
Last Updated | 2020-08-24 |
Publish Date | 2020-07-31 |
Rating | 3.00/5 Total 2 Ratings |
Developer | Nevooa |
[email protected] | |
Payment Type | free |
Supported Languages | 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" } |