Blue Pixel

Ten hyper casual games in one

Vad är Blue Pixel?

Blue Pixel är en Chrome-tillägg utvecklad av https://www.playtcubed.com, och dess huvudfunktion är "Ten hyper casual games in one".

Tilläggsskärmbilder

screenshot

Ladda ner Blue Pixel-förlängningens CRX-fil

Ladda ner Blue Pixel-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

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

Grundläggande Information om Tillägg

Namn Blue Pixel Blue Pixel
ID johpdfgnmkijnjcjnniienhkdpogepoh
Officiell webbadress https://chromewebstore.google.com/detail/blue-pixel/johpdfgnmkijnjcjnniienhkdpogepoh
Beskrivning Ten hyper casual games in one
Filstorlek 2.75 MB
Antal Installationer 125
Aktuell Version 1.1.0
Senast Uppdaterad 2021-09-29
Publiceringsdatum 2021-09-28
Utvecklare https://www.playtcubed.com
E-post [email protected]
Betalningssätt free
Tilläggswebbplats http://www.playtcubed.com
Hjälpsida URL http://www.playtcubed.com
URL till Sekretesspolicy Sidan https://playtcubed.com/privacy-policy
Stödda Språk 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\/*"
    ]
}