Jstris Companion
A simple extension for customising Jstris, this will allow you to change your skin, ghost, background, add a second key binding for…
Jstris Companionคืออะไร?
Jstris Companion เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Sean Earle และคุณลักษณะหลักของมันคือ "A simple extension for customising Jstris, this will allow you to change your skin, ghost, background, add a second key binding for…"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Jstris Companion
ดาวน์โหลดไฟล์ส่วนขยาย Jstris Companion ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
A simple extension for customising Jstris, this will allow you to change your skin, ghost, background, add a second key binding for all keys, and inject your own CSS/JS!
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | |
ID | hcfobmlocggcombmbgpncmbknnggjlkf |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/jstris-companion/hcfobmlocggcombmbgpncmbknnggjlkf |
คำอธิบาย | A simple extension for customising Jstris, this will allow you to change your skin, ghost, background, add a second key binding for… |
ขนาดไฟล์ | 12.27 KB |
จำนวนการติดตั้ง | 557 |
เวอร์ชันปัจจุบัน | 0.3 |
อัปเดตครั้งล่าสุด | 2019-10-13 |
วันที่เผยแพร่ | 2019-10-13 |
คะแนน | 4.43/5 รวมทั้งหมด 7 คะแนน |
ผู้พัฒนา | Sean Earle |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Jstris Companion", "version": "0.3", "permissions": [ "storage" ], "background": { "scripts": [ "background.js" ], "persistent": false }, "content_scripts": [ { "matches": [ "https:\/\/jstris.jezevec10.com\/*" ], "js": [ "jstris-companion.js" ] } ], "browser_action": { "default_popup": "popup.html", "default_icon": { "128": "icon.png" } }, "icons": { "64": "icon.png" }, "browser_specific_settings": { "gecko": { "id": "[email protected]" } } } |