Reddit Scheduler Plus

Schedule Reddit Submission and post later.

O que é Reddit Scheduler Plus?

Reddit Scheduler Plus é uma extensão do Chrome desenvolvida por Nevooa, e sua principal característica é "Schedule Reddit Submission and post later.".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão Reddit Scheduler Plus

Baixe arquivos de extensão Reddit Scheduler Plus no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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.                    

Informações Básicas da Extensão

Nome Reddit Scheduler Plus Reddit Scheduler Plus
ID lponpkkmlmgfjhhikliadaklenjcfgjk
URL Oficial https://chromewebstore.google.com/detail/reddit-scheduler-plus/lponpkkmlmgfjhhikliadaklenjcfgjk
Descrição Schedule Reddit Submission and post later.
Tamanho do Arquivo 248 KB
Contagem de Instalações 10
Versão Atual 0.0.2
Última Atualização 2020-08-24
Data de Publicação 2020-07-31
Classificação 3.00/5 Total de 2 Avaliações
Desenvolvedor Nevooa
Email [email protected]
Tipo de Pagamento free
Idiomas Suportados 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"
}