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 là gì?

Jstris Companion là một tiện ích mở rộng Chrome được phát triển bởi Sean Earle, và tính năng chính của nó là "A simple extension for customising Jstris, this will allow you to change your skin, ghost, background, add a second key binding for…".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Jstris Companion

Tải xuống các tệp mở rộng Jstris Companion dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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!                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Jstris Companion Jstris Companion
ID hcfobmlocggcombmbgpncmbknnggjlkf
URL Chính Thức https://chromewebstore.google.com/detail/jstris-companion/hcfobmlocggcombmbgpncmbknnggjlkf
Mô tả A simple extension for customising Jstris, this will allow you to change your skin, ghost, background, add a second key binding for…
Kích Thước Tệp 12.27 KB
Số Lần Cài Đặt 557
Phiên Bản Hiện Tại 0.3
Cập Nhật Lần Cuối 2019-10-13
Ngày Phát Hành 2019-10-13
Đánh Giá 4.43/5 Tổng số 7 Đánh Giá
Nhà Phát Triển Sean Earle
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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]"
        }
    }
}