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 กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        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
URL หน้านโยบายความเป็นส่วนตัว 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'"
}