WebExtension.net
WebExtension.net

WormWorld Connect

View on Chrome Web Store
View WormWorld Connect Chrome Extension on Chrome Web Store
3.9 (245 ratings)

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

Conectando Amigos, Equipes e Pessoas. / Connecting Friends, Teams and People.
Type
Extension
Users
90,000 users
Website wormworld.io
Luiz Antônio C Costa
View author page of Luiz Antônio C Costa
Published
Published on January 12, 2021
Version 0.0.8
Manifest version
3
Updated
Updated on May 19, 2022
View on Chrome Web Store
View WormWorld Connect Chrome Extension on Chrome Web Store
lifestyle/fun
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": "WormWorld Connect",
    "short_name": "WWC",
    "description": "Conectando Amigos, Equipes e Pessoas. \/ Connecting Friends, Teams and People.",
    "default_locale": "pt_BR",
    "version": "0.0.8",
    "action": {
        "default_popup": "popup\/popup.html",
        "default_title": "WORM WORLD - OFFICIAL"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/wormate.io\/*",
                "https:\/\/wormworld.io\/*"
            ],
            "css": [
                "\/css\/shared.css"
            ],
            "js": [
                "background.js"
            ],
            "run_at": "document_start"
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "js\/messages_en.js"
            ],
            "matches": [
                "*:\/\/wormate.io\/*"
            ]
        }
    ],
    "icons": {
        "64": "images\/favicon64x64.png",
        "128": "images\/favicon128x128.png",
        "192": "images\/favicon192x192.png",
        "256": "images\/favicon256x256.png",
        "512": "images\/favicon512x512.png"
    },
    "background": {
        "service_worker": "background.js"
    },
    "declarative_net_request": {
        "rule_resources": [
            {
                "enabled": true,
                "id": "ruleset_1",
                "path": "rules.json"
            }
        ]
    },
    "host_permissions": [
        "*:\/\/wormate.io\/*",
        "*:\/\/wormworld.io\/*"
    ],
    "permissions": [
        "declarativeNetRequest"
    ]
}
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