Blue Pixel

Ten hyper casual games in one

Blue Pixel क्या है?

Blue Pixel https://www.playtcubed.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Ten hyper casual games in one"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Blue Pixel एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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\/*"
    ]
}