Blue Pixel
Ten hyper casual games in one
O que é Blue Pixel?
Blue Pixel é uma extensão do Chrome desenvolvida por https://www.playtcubed.com, e sua principal característica é "Ten hyper casual games in one".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Blue Pixel
Baixe arquivos de extensão Blue Pixel no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
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 :)
Informações Básicas da Extensão
Nome | Blue Pixel |
ID | johpdfgnmkijnjcjnniienhkdpogepoh |
URL Oficial | https://chromewebstore.google.com/detail/blue-pixel/johpdfgnmkijnjcjnniienhkdpogepoh |
Descrição | Ten hyper casual games in one |
Tamanho do Arquivo | 2.75 MB |
Contagem de Instalações | 125 |
Versão Atual | 1.1.0 |
Última Atualização | 2021-09-29 |
Data de Publicação | 2021-09-28 |
Desenvolvedor | https://www.playtcubed.com |
[email protected] | |
Tipo de Pagamento | free |
Site da Extensão | http://www.playtcubed.com |
URL da Página de Ajuda | http://www.playtcubed.com |
URL da Página de Política de Privacidade | https://playtcubed.com/privacy-policy |
Idiomas Suportados | 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\/*" ] } |