Blue Pixel

Ten hyper casual games in one

Co to jest Blue Pixel?

Blue Pixel to rozszerzenie Chrome opracowane przez https://www.playtcubed.com, a jego główną funkcją jest „Ten hyper casual games in one”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia Blue Pixel

Pobierz pliki rozszerzeń Blue Pixel w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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 :)                    

Podstawowe informacje o rozszerzeniu

Nazwa Blue Pixel Blue Pixel
ID johpdfgnmkijnjcjnniienhkdpogepoh
Oficjalny URL https://chromewebstore.google.com/detail/blue-pixel/johpdfgnmkijnjcjnniienhkdpogepoh
Opis Ten hyper casual games in one
Rozmiar pliku 2.75 MB
Liczba instalacji 125
Aktualna Wersja 1.1.0
Ostatnia Aktualizacja 2021-09-29
Data Publikacji 2021-09-28
Deweloper https://www.playtcubed.com
E-mail [email protected]
Typ Płatności free
Strona Rozszerzenia http://www.playtcubed.com
Adres URL Strony Pomocy http://www.playtcubed.com
Adres URL Strony Polityki Prywatności https://playtcubed.com/privacy-policy
Obsługiwane Języki 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\/*"
    ]
}