Zombs Royale Cursor Line

Zombs Royale Cursor Line

Zombs Royale Cursor Lineとは何ですか?

Zombs Royale Cursor Lineはaccchowによって開発されたChromeの拡張機能で、その主な機能は「Zombs Royale Cursor Line」です。

拡張機能のスクリーンショット

screenshot

Zombs Royale Cursor Line拡張機能のCRXファイルをダウンロード

Zombs Royale Cursor Line拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        It helps in playing Zombs Royale, the Windows cursor with a target line will be shown.                    

拡張機能の基本情報

名前 Zombs Royale Cursor Line Zombs Royale Cursor Line
ID gjkkmhdgiombhhgkklidllgenonicehh
公式URL https://chromewebstore.google.com/detail/zombs-royale-cursor-line/gjkkmhdgiombhhgkklidllgenonicehh
説明 Zombs Royale Cursor Line
ファイルサイズ 205 KB
インストール数 949
現在のバージョン 1.1.2
最終更新日 2020-04-26
公開日 2020-04-25
評価 3.44/5 合計 9 レビュー
開発者 accchow
Eメール [email protected]
支払い方法 free
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Zombs Royale Cursor Line",
    "short_name": "zombsline",
    "version": "1.1.2",
    "description": "Zombs Royale Cursor Line",
    "manifest_version": 2,
    "icons": {
        "16": "logo16.png",
        "48": "logo48.png",
        "128": "logo128.png"
    },
    "browser_action": {
        "default_icon": "logo48.png",
        "default_popup": "popup.html"
    },
    "permissions": [
        "tabs"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/zombsroyale.io\/"
            ],
            "js": [
                "jquery.min.js",
                "content.js"
            ],
            "include_globs": [
                "https:\/\/zombsroyale.io\/"
            ],
            "run_at": "document_start",
            "all_frames": true
        }
    ],
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
    "background": {
        "page": "background.html"
    }
}