Rubik Game

Rubik game is a funny game to let you try to hack your brain

ما هو Rubik Game؟

Rubik Game هو إضافة Chrome تم تطويرها بواسطة HTCom، والميزة الرئيسية لها هي "Rubik game is a funny game to let you try to hack your brain".

لقطات شاشة التمديد

screenshot

تحميل ملف CRX للإضافة Rubik Game

قم بتنزيل ملفات الامتداد Rubik Game بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        This is a rubik game. You will have three types: 3x3, 4x4 and 5x5.                    

معلومات أساسية عن التمديد

الاسم Rubik Game Rubik Game
ID bhbocgmpiebnfjhplpfgfankjbckjcof
عنوان URL الرسمي https://chrome.google.com/webstore/detail/rubik-game/bhbocgmpiebnfjhplpfgfankjbckjcof
الوصف Rubik game is a funny game to let you try to hack your brain
حجم الملف 268 KB
عدد التثبيتات 272
النسخة الحالية 1.0.0
آخر تحديث 2019-04-29
تاريخ النشر 2019-04-23
تقييم 3.00/5 مجموع تقييمات 2
المطور HTCom
البريد الإلكتروني [email protected]
نوع الدفع free
عنوان صفحة سياسة الخصوصية https://sites.google.com/view/crx/privacypolicies
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Rubik Game",
    "short_name": "Funny Game",
    "manifest_version": 2,
    "version": "1.0.0",
    "description": "Rubik game is a funny game to let you try to hack your brain",
    "browser_action": {
        "default_icon": "128.png",
        "default_title": "Launch game"
    },
    "background": {
        "page": "bgr.html",
        "persistent": false
    },
    "permissions": [
        "tabs",
        "activeTab",
        "storage",
        ""
    ],
    "icons": {
        "128": "128.png"
    },
    "web_accessible_resources": [
        "game\/*.css",
        "game\/*.js",
        "game\/lib\/*.js"
    ],
    "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'"
}