Reddit Scheduler Plus

Schedule Reddit Submission and post later.

Co je Reddit Scheduler Plus?

Reddit Scheduler Plus je rozšíření Chrome vyvinuté Nevooa, a jeho hlavní funkcí je „Schedule Reddit Submission and post later.“.

Snímky obrazovky rozšíření

screenshot
screenshot
screenshot

Stáhnout soubor CRX rozšíření Reddit Scheduler Plus

Stáhněte si soubory rozšíření Reddit Scheduler Plus ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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.                    

Základní Informace o Rozšíření

Název Reddit Scheduler Plus Reddit Scheduler Plus
ID lponpkkmlmgfjhhikliadaklenjcfgjk
Oficiální URL https://chromewebstore.google.com/detail/reddit-scheduler-plus/lponpkkmlmgfjhhikliadaklenjcfgjk
Popis Schedule Reddit Submission and post later.
Velikost souboru 248 KB
Počet instalací 10
Aktuální Verze 0.0.2
Poslední Aktualizace 2020-08-24
Datum Vydání 2020-07-31
Hodnocení 3.00/5 Celkem 2 Hodnocení
Vývojář Nevooa
E-mail [email protected]
Typ Platby free
Podporované Jazyky 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"
}