WebExtension.net
WebExtension.net
Toggle dark mode
WebExtension.net
WebExtension.net
CAIN AI

CAIN AI

View on Chrome Web Store
View CAIN AI Chrome Extension on Chrome Web Store
Add to bookmarks
5.0 (3 ratings)
0 views
This extension has been viewed 0 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.

Post your content on social media through AI.
Type
Extension
Users
6 users
1
CAIN AI
View author page of CAIN AI
Published
Published on November 21, 2022
Version 1.0.12
Manifest version
3
Updated
Updated on April 29, 2023
lifestyle/social
Extension Category
View on Chrome Web Store
View CAIN AI 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",
    "background": {
        "service_worker": "background.js",
        "type": "module"
    },
    "action": {
        "default_popup": "popup.html",
        "default_title": "CAIN AI"
    },
    "content_scripts": [
        {
            "all_frames": true,
            "css": [
                "css\/main.css"
            ],
            "js": [
                "vendor.js",
                "lib\/sweetalert.min.js",
                "lib\/arrive.js",
                "content.js",
                "text.js"
            ],
            "matches": [
                "<all_urls>"
            ],
            "run_at": "document_end"
        }
    ],
    "description": "Post your content on social media through AI.",
    "icons": {
        "16": "images\/6352f25e83a79e7ba7e8641c-CAIN_AI-1679117155036-small_icon.png",
        "48": "images\/6352f25e83a79e7ba7e8641c-CAIN_AI-1679117155140-medium_icon.png",
        "128": "images\/6352f25e83a79e7ba7e8641c-CAIN_AI-1679117155269-large_icon.png"
    },
    "manifest_version": 3,
    "name": "CAIN AI",
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self'; script-src-elem 'self' 'unsafe-inline' https:\/\/3mia3gz9ga.execute-api.us-east-1.amazonaws.com;"
    },
    "declarative_net_request": {
        "rule_resources": [
            {
                "id": "ruleset_1",
                "enabled": true,
                "path": "ruleset.json"
            }
        ]
    },
    "permissions": [
        "storage",
        "background",
        "declarativeNetRequest",
        "declarativeNetRequestFeedback",
        "alarms"
    ],
    "host_permissions": [
        "https:\/\/*.facebook.com\/*"
    ],
    "version": "1.0.12",
    "web_accessible_resources": [
        {
            "resources": [
                "*.png"
            ],
            "matches": [
                "https:\/\/*.facebook.com\/*"
            ]
        }
    ],
    "short_name": "CA"
}
© 2026 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