Blue Pixel
Ten hyper casual games in one
Was ist Blue Pixel?
Blue Pixel ist eine Chrome-Erweiterung, die von https://www.playtcubed.com entwickelt wurde, und ihr Hauptmerkmal ist "Ten hyper casual games in one".
Erweiterungsscreenshots
Blue Pixel-Erweiterungs-CRX-Datei herunterladen
Laden Sie Blue Pixel-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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 :)
Grundlegende Informationen zur Erweiterung
Name | Blue Pixel |
ID | johpdfgnmkijnjcjnniienhkdpogepoh |
Offizielle URL | https://chromewebstore.google.com/detail/blue-pixel/johpdfgnmkijnjcjnniienhkdpogepoh |
Beschreibung | Ten hyper casual games in one |
Dateigröße | 2.75 MB |
Installationsanzahl | 125 |
Aktuelle Version | 1.1.0 |
Letztes Update | 2021-09-29 |
Veröffentlichungsdatum | 2021-09-28 |
Entwickler | https://www.playtcubed.com |
[email protected] | |
Zahlungsart | free |
Erweiterungswebsite | http://www.playtcubed.com |
Hilfeseite URL | http://www.playtcubed.com |
URL der Datenschutzrichtlinien-Seite | https://playtcubed.com/privacy-policy |
Unterstützte Sprachen | 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\/*" ] } |