Blue Pixel

Ten hyper casual games in one

Τι είναι το Blue Pixel;

Το Blue Pixel είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://www.playtcubed.com, και η κύρια λειτουργία του είναι "Ten hyper casual games in one".

Στιγμιότυπα Επέκτασης

screenshot

Λήψη αρχείου CRX της επέκτασης Blue Pixel

Λήψη αρχείων επέκτασης Blue Pixel σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

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

Βασικές Πληροφορίες Επέκτασης

Όνομα Blue Pixel Blue Pixel
ID johpdfgnmkijnjcjnniienhkdpogepoh
Επίσημο URL https://chromewebstore.google.com/detail/blue-pixel/johpdfgnmkijnjcjnniienhkdpogepoh
Περιγραφή Ten hyper casual games in one
Μέγεθος Αρχείου 2.75 MB
Αριθμός Εγκαταστάσεων 125
Τρέχουσα Έκδοση 1.1.0
Τελευταία Ενημέρωση 2021-09-29
Ημερομηνία Δημοσίευσης 2021-09-28
Προγραμματιστής https://www.playtcubed.com
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Ιστότοπος Επέκτασης http://www.playtcubed.com
Διεύθυνση URL της Σελίδας Βοήθειας http://www.playtcubed.com
URL της Σελίδας Πολιτικής Απορρήτου https://playtcubed.com/privacy-policy
Υποστηριζόμενες Γλώσσες 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\/*"
    ]
}