Reddit Scheduler Plus

Schedule Reddit Submission and post later.

Reddit Scheduler Plus क्या है?

Reddit Scheduler Plus Nevooa द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Schedule Reddit Submission and post later."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Reddit Scheduler Plus एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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.                    

एक्सटेंशन की मूल जानकारी

नाम Reddit Scheduler Plus Reddit Scheduler Plus
ID lponpkkmlmgfjhhikliadaklenjcfgjk
आधिकारिक URL https://chromewebstore.google.com/detail/reddit-scheduler-plus/lponpkkmlmgfjhhikliadaklenjcfgjk
विवरण Schedule Reddit Submission and post later.
फ़ाइल का आकार 248 KB
स्थापना संख्या 10
वर्तमान संस्करण 0.0.2
अंतिम अपडेट 2020-08-24
प्रकाशन तिथि 2020-07-31
रेटिंग 3.00/5 कुल 2 रेटिंग्स
डेवलपर Nevooa
ईमेल [email protected]
भुगतान के प्रकार free
समर्थित भाषाएँ 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"
}