WebExtension.net
WebExtension.net

Cheer Team

View on Chrome Web Store
View Cheer Team Chrome Extension on Chrome Web Store
0.0 (0 ratings)

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

Randomly display cheerleaders to boost your mood!
Type
Extension
Users
11 users
Website gameaddon.co
CheerGame
View author page of CheerGame
Published
Published on August 7, 2024
Version 0.1.2
Manifest version
3
Updated
Updated on November 15, 2024
View on Chrome Web Store
View Cheer Team 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": "Cheer Team",
    "description": "Randomly display cheerleaders to boost your mood!",
    "version": "0.1.2",
    "icons": {
        "16": "images\/logo.png",
        "48": "images\/logo.png",
        "128": "images\/logo.png"
    },
    "content_scripts": [
        {
            "matches": [
                "<all_urls>"
            ],
            "js": [
                "js\/content.js"
            ],
            "css": [
                "css\/content.css"
            ],
            "run_at": "document_end"
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "images\/*"
            ],
            "matches": [
                "<all_urls>"
            ]
        }
    ],
    "action": {
        "default_icon": "images\/logo.png",
        "default_popup": "setting.html"
    },
    "permissions": [
        "storage"
    ],
    "host_permissions": [
        "<all_urls>"
    ],
    "background": {
        "service_worker": "js\/background.js"
    }
}
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