WebExtension.net
WebExtension.net
Toggle dark mode
WebExtension.net
WebExtension.net
AI Reply Generator - Social24

AI Reply Generator - Social24

View on Chrome Web Store
View AI Reply Generator - Social24 Chrome Extension on Chrome Web Store
Add to bookmarks
5.0 (1 ratings)
22 views
This extension has been viewed 22 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.

Generate AI replies for Instagram, Facebook, TikTok, YouTube, and more
Type
Extension
Users
25 users
1
Website social24.net
social24
View author page of social24
Published
Published on April 4, 2025
Version 0.1.9
Manifest version
3
Updated
Updated on June 11, 2025
productivity/tools
Extension Category
Website
Visit developer website
View on Chrome Web Store
View AI Reply Generator - Social24 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": "AI Reply Generator - Social24",
    "version": "0.1.9",
    "description": "Generate AI replies for Instagram, Facebook, TikTok, YouTube, and more",
    "externally_connectable": {
        "matches": [
            "*:\/\/*.social24.net\/*"
        ]
    },
    "icons": {
        "16": "img\/icon.png",
        "48": "img\/icon.png",
        "128": "img\/icon.png"
    },
    "background": {
        "service_worker": "js\/background.js"
    },
    "action": {
        "default_icon": "img\/icon.png",
        "default_title": "AI Reply - social24"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "match_origin_as_fallback": true,
            "js": [
                "js\/jquery-3.6.4.min.js",
                "js\/content-scripts.js"
            ],
            "css": [
                "css\/style.css"
            ],
            "run_at": "document_end",
            "all_frames": false
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "sidebar.html",
                "js\/inject.js"
            ],
            "matches": [
                "*:\/\/*\/*"
            ],
            "extension_ids": []
        }
    ],
    "sandbox": {
        "pages": [
            "html\/sandbox.html"
        ]
    },
    "side_panel": {
        "default_path": "sidebar.html"
    },
    "content_security_policy": {
        "sandbox": "sandbox allow-scripts allow-forms allow-popups allow-modals allow-popups-to-escape-sandbox; script-src 'self' 'unsafe-inline' 'unsafe-eval'; child-src 'self';"
    },
    "permissions": [
        "activeTab",
        "storage",
        "sidePanel",
        "unlimitedStorage",
        "clipboardWrite",
        "offscreen"
    ],
    "homepage_url": "https:\/\/social24.net"
}
© 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