WebExtension.net
WebExtension.net

WA Space Lite

View on Chrome Web Store
View WA Space Lite Chrome Extension on Chrome Web Store
5.0 (4 ratings)

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

Send personalized messages to your clients with our extension.
Type
Extension
Users
127 users
2
Website waspace.app
creativoslat
View author page of creativoslat
Published
Published on December 8, 2023
Version 1.0.2
Manifest version
3
Updated
Updated on November 10, 2024
View on Chrome Web Store
View WA Space Lite Chrome Extension on Chrome Web Store
productivity/communication
Extension Category
Website
Visit developer website

Extension Manifest

Copy manifest to clipboard
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "WA Space Lite",
    "version": "1.0.2",
    "author": "creativeOs",
    "description": "Send personalized messages to your clients with our extension.",
    "icons": {
        "16": "icons\/icon.png",
        "32": "icons\/icon.png",
        "48": "icons\/icon.png",
        "128": "icons\/icon.png"
    },
    "background": {
        "service_worker": "background.js"
    },
    "action": {
        "default_popup": "popup.html",
        "default_title": "WA Space"
    },
    "content_scripts": [
        {
            "js": [
                "\/js\/content.js"
            ],
            "matches": [
                "*:\/\/*.whatsapp.com\/*"
            ]
        }
    ],
    "host_permissions": [
        "http:\/\/*\/*",
        "https:\/\/*\/*",
        "https:\/\/openfpcdn.io\/*",
        "https:\/\/api.serverwapi.com\/*",
        "https:\/\/api.serverwapi.com:441\/*"
    ],
    "externally_connectable": {
        "matches": [
            "https:\/\/*.whatsapp.com\/*",
            "https:\/\/api.serverwapi.com\/*",
            "https:\/\/api.serverwapi.com:441\/*"
        ]
    },
    "content_security_policy": {
        "extension_pages": "default-src 'self'; connect-src 'self' https:\/\/api.serverwapi.com:441; script-src 'self'; object-src 'self'; style-src 'self' 'unsafe-inline'",
        "sandbox": "sandbox allow-scripts"
    },
    "minimum_chrome_version": "88",
    "permissions": [
        "scripting",
        "browsingData",
        "background",
        "declarativeNetRequest"
    ],
    "oauth2": {
        "client_id": "xxxxxxx",
        "scopes": [
            "https:\/\/www.googleapis.com\/auth\/userinfo.email"
        ]
    },
    "web_accessible_resources": [
        {
            "resources": [
                "js\/*",
                "\/js\/*",
                "https:\/\/openfpcdn.io\/fingerprintjs\/v3"
            ],
            "matches": [
                "https:\/\/*.whatsapp.com\/*"
            ]
        }
    ]
}
WebExtension.net

Track and analyze Chrome Web Store extensions with comprehensive analytics and insights.

© 2024 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