Color Dots

Shoot a ball with the same color button

Cos'è Color Dots?

Color Dots è un'estensione di Chrome sviluppata da https://playtcubed.com, e la sua funzione principale è "Shoot a ball with the same color button".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Color Dots

Scarica i file di estensione Color Dots in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        A colorful hyper casual  game. Just shoot a colored ball with the same colored button until the balls overwhelm you!

Versions
1.0.2 - Removed drawer

1.0.1 - Fixed bug that caused wrong color lasers to trigger

1.0.0 - Original                    

Informazioni di Base sull'Estensione

Nome Color Dots Color Dots
ID ocbimopnchgmaoakpiogcgpedmhojipo
URL Ufficiale https://chromewebstore.google.com/detail/color-dots/ocbimopnchgmaoakpiogcgpedmhojipo
Descrizione Shoot a ball with the same color button
Dimensione del File 2.24 MB
Conteggio Installazioni 4,326
Versione Corrente 1.0.2
Ultimo Aggiornamento 2021-03-30
Data di Pubblicazione 2021-01-03
Valutazione 4.44/5 Totale 9 Valutazioni
Sviluppatore https://playtcubed.com
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione http://playtcubed.com/
URL della Pagina di Aiuto http://playtcubed.com/
URL della Pagina della Politica sulla Privacy https://playtcubed.com/privacy-policy
Lingue Supportate 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": "Color Dots",
    "description": "Shoot a ball with the same color button",
    "version": "1.0.2",
    "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\/*"
    ]
}