WebExtension.net
WebExtension.net
Toggle dark mode
WebExtension.net
WebExtension.net
Facebook™ Groups Bulk Poster & Scheduler | Auto Post

Facebook™ Groups Bulk Poster & Scheduler | Auto Post

View on Chrome Web Store
View Facebook™ Groups Bulk Poster & Scheduler | Auto Post Chrome Extension on Chrome Web Store
Add to bookmarks
4.9 (352 ratings)
2 new ratings
58 views
This extension has been viewed 58 times
0 downloads
This extension has been downloaded 0 times

Data is synced from the Chrome Web Store. View the official store page for the most current information.

YBulk post & schedule to Facebook™ groups. Auto-post as profile/Page with images, video & links. Safe delays, easy UI.
Type
Extension
Users
3,000 users
1K
klyra095
View author page of klyra095
Published
Published on August 30, 2024
Version 1.1.4
Manifest version
3
Updated
Updated on October 9, 2025
lifestyle/social
Extension Category
Website
Visit developer website
View on Chrome Web Store
View Facebook™ Groups Bulk Poster & Scheduler | Auto Post Chrome Extension on Chrome Web Store
Share This Extension
Share on Twitter
Share on Facebook
Share on LinkedIn
Share on Reddit
Share on Bluesky
Share on Pinterest

Extension Manifest

Copy manifest to clipboard
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "__MSG_extName__",
    "version": "1.1.4",
    "description": "__MSG_extDesc__",
    "action": {
        "default_popup": "index.html",
        "default_icon": {
            "16": "assets\/logo.png",
            "48": "assets\/logo.png",
            "128": "assets\/logo.png"
        },
        "default_title": "__MSG_extName__"
    },
    "icons": {
        "16": "assets\/logo.png",
        "48": "assets\/logo.png",
        "128": "assets\/logo.png"
    },
    "background": {
        "service_worker": "background.js"
    },
    "content_scripts": [
        {
            "matches": [
                "<all_urls>"
            ],
            "js": [
                "firebase-app-compat.js",
                "firebase-firestore-compat.js",
                "content.js"
            ],
            "run_at": "document_idle"
        }
    ],
    "oauth2": {
        "client_id": "315865406417-ubtfoajkpdt3a9odshck2kttb33jf6mk.apps.googleusercontent.com",
        "scopes": [
            "email",
            "profile",
            "openid"
        ]
    },
    "web_accessible_resources": [
        {
            "resources": [
                "firebase-app-compat.js",
                "firebase-firestore-compat.js",
                "domselector.config.json"
            ],
            "matches": [
                "https:\/\/*\/*",
                "http:\/\/*\/*"
            ]
        }
    ],
    "permissions": [
        "storage",
        "cookies",
        "system.display",
        "tabs",
        "scripting"
    ],
    "externally_connectable": {
        "matches": [
            "https:\/\/clownfish-app-k5wps.ondigitalocean.app\/*",
            "http:\/\/localhost:3000\/*",
            "http:\/\/localhost:5000\/*"
        ]
    },
    "host_permissions": [
        "https:\/\/*\/*",
        "http:\/\/*\/*"
    ],
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self';"
    },
    "default_locale": "en"
}
© 2025 WebExtension.net. All rights reserved.
Disclaimer: WebExtension.net is not affiliated with Google or the Chrome Web Store. All product names, logos, and brands are property of their respective owners. All extension data is collected from publicly available sources.
Go to top