WebExtension.net
WebExtension.net

Pixels Game Assistant

View on Chrome Web Store
View Pixels Game Assistant Chrome Extension on Chrome Web Store
4.9 (812 ratings)

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

Dedicated assistant extension for Pixels gamers.
Type
Extension
Users
80,000 users
Website guildpal.com
Atomrigs devs
View author page of Atomrigs devs
Published
Published on March 29, 2024
Version 0.7.5
Manifest version
3
Updated
Updated on November 6, 2024
View on Chrome Web Store
View Pixels Game Assistant Chrome Extension on Chrome Web Store
lifestyle/games
Extension Category
Website
Visit developer website

Extension Manifest

Copy manifest to clipboard
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Pixels Game Assistant",
    "description": "Dedicated assistant extension for Pixels gamers.",
    "version": "0.7.5",
    "manifest_version": 3,
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAxXwNi9a4Pw8S6qEG6ZhjfhKuAgjHBxKX61uzuGurwGPdSRNBt6Ag51DDHh4tjHXbIRLnPTWMbr0NJIDJeBwAe3AMlv18S4G57MwVkJNw8BfZ8EWtcwrOdPxg5z4XmZLHpASg\/IuKAEl4iNNZDq01Ebob20ESc8f1fDmn+StIumkxXADFDyXlJf6ZQVF2ofie\/3Jgrv14SKzHjFAJPM2AXFfM9ALtKBb5EcAOvZgTq8q9QuDQ89kEwlLtKQNwoeftAua9ZKP9kwGQQo87ilTxpkCOZ1SjvTduKnS38ayZEl+FCTRxD1SXdAMF8EW0Avhcdxy4HjXusWhk1\/N6F3HMpwIDAQAB",
    "icons": {
        "32": "images\/favicon-32.png",
        "48": "images\/favicon-48.png",
        "128": "images\/favicon-128.png"
    },
    "content_scripts": [
        {
            "js": [
                "scripts\/content-at-start.js"
            ],
            "matches": [
                "https:\/\/play.pixels.xyz\/*"
            ],
            "run_at": "document_start"
        },
        {
            "js": [
                "scripts\/content-at-end.js"
            ],
            "matches": [
                "https:\/\/play.pixels.xyz\/*"
            ],
            "run_at": "document_end"
        }
    ],
    "background": {
        "service_worker": "scripts\/sw.es.js",
        "type": "module"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "scripts\/inpage-at-start.js",
                "scripts\/inpage-at-end.js"
            ],
            "matches": [
                "https:\/\/play.pixels.xyz\/*"
            ],
            "type": "module"
        }
    ],
    "commands": {
        "Ctrl+U": {
            "suggested_key": {
                "default": "Ctrl+U",
                "mac": "Command+U"
            },
            "description": "Ctrl+U to reload"
        }
    },
    "permissions": [
        "activeTab",
        "storage",
        "sidePanel",
        "alarms"
    ],
    "optional_permissions": [
        "notifications"
    ],
    "host_permissions": [
        "https:\/\/play.pixels.xyz\/*",
        "https:\/\/pixels-server.pixels.xyz\/*",
        "https:\/\/guildpal.com\/*",
        "https:\/\/pixels.guildpal.com\/*"
    ],
    "side_panel": {
        "default_path": "index.html"
    },
    "sidebar_action": {
        "default_icon": {
            "32": "images\/favicon-32.png",
            "48": "images\/favicon-48.png",
            "128": "images\/favicon-128.png"
        },
        "default_title": "Pixels Game Assistant",
        "default_panel": "index.html",
        "open_at_install": false
    },
    "action": {
        "default_icon": "images\/favicon-48.png",
        "default_title": "Pixels Game Assistant"
    },
    "minimum_chrome_version": "114",
    "content_security_policy": {
        "extension_pages": "script-src 'self' 'wasm-unsafe-eval'; object-src 'self'"
    }
}
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