Blue Pixel

Ten hyper casual games in one

Co je Blue Pixel?

Blue Pixel je rozšíření Chrome vyvinuté https://www.playtcubed.com, a jeho hlavní funkcí je „Ten hyper casual games in one“.

Snímky obrazovky rozšíření

screenshot

Stáhnout soubor CRX rozšíření Blue Pixel

Stáhněte si soubory rozšíření Blue Pixel ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        Ten fun hyper casual games in one!!!

Feel free to connect with us via our website by clicking the header icon or reach out to us on social media by clicking our social media icons in the footer!

Also, check out our sponsored games link on popup to see who is making this a forever free game :)                    

Základní Informace o Rozšíření

Název Blue Pixel Blue Pixel
ID johpdfgnmkijnjcjnniienhkdpogepoh
Oficiální URL https://chromewebstore.google.com/detail/blue-pixel/johpdfgnmkijnjcjnniienhkdpogepoh
Popis Ten hyper casual games in one
Velikost souboru 2.75 MB
Počet instalací 125
Aktuální Verze 1.1.0
Poslední Aktualizace 2021-09-29
Datum Vydání 2021-09-28
Vývojář https://www.playtcubed.com
E-mail [email protected]
Typ Platby free
Webové stránky Rozšíření http://www.playtcubed.com
URL Stránky Nápovědy http://www.playtcubed.com
URL Stránky Zásad Ochrany Soukromí https://playtcubed.com/privacy-policy
Podporované Jazyky en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "content_security_policy": "script-src 'self'; object-src 'self';",
    "name": "Blue Pixel",
    "description": "Ten hyper casual games in one ",
    "version": "1.1.0",
    "icons": {
        "128": "game\/icons\/icon-128.png"
    },
    "background": {
        "page": "template\/background.html",
        "persistent": false
    },
    "browser_action": {
        "default_icon": "game\/icons\/icon-128.png",
        "default_popup": "\/game\/popup.html"
    },
    "externally_connectable": {
        "ids": [
            "*"
        ],
        "matches": [
            "https:\/\/*.playtcubed.com\/*",
            "http:\/\/*.playtcubed.com\/*",
            "https:\/\/*.tcubedstudios.com\/*",
            "http:\/\/*.tcubedstudios.com\/*"
        ]
    },
    "web_accessible_resources": [
        "game\/js\/*",
        "game\/libs\/*"
    ]
}