ER Blink map experiment

ER Blink map experiment

ER Blink map experimentとは何ですか?

ER Blink map experimentはMurLemurによって開発されたChromeの拡張機能で、その主な機能は「ER Blink map experiment」です。

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

screenshot

ER Blink map experiment拡張機能のCRXファイルをダウンロード

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

拡張機能の使用方法

                        Костыль для сглаживания еффекта перерисовки iframe карты в браузерной игре ereality.ru

When redrawing iframe content in the browser game "ereality.ru" the chromium engine is blinking, this causes tired eyes, and some users may feel worse.

The extension is designed to correct this behavior                    

拡張機能の基本情報

名前 ER Blink map experiment ER Blink map experiment
ID bkkgpfdeilogfoplhchbegfnfefblcjj
公式URL https://chromewebstore.google.com/detail/er-blink-map-experiment/bkkgpfdeilogfoplhchbegfnfefblcjj
説明 ER Blink map experiment
ファイルサイズ 259 KB
インストール数 98
現在のバージョン 1.12
最終更新日 2023-12-14
公開日 2019-07-27
評価 5.00/5 合計 4 レビュー
開発者 MurLemur
Eメール [email protected]
支払い方法 free
対応言語 ru
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.ereality.ru\/core*"
            ],
            "all_frames": true,
            "run_at": "document_end",
            "js": [
                "core_content.js"
            ]
        },
        {
            "matches": [
                "https:\/\/www.ereality.ru\/move*",
                "https:\/\/www.ereality.ru\/map*action*",
                "https:\/\/www.ereality.ru\/map*tikerTick*",
                "https:\/\/www.ereality.ru\/map*modeSwitch*"
            ],
            "all_frames": true,
            "run_at": "document_end",
            "js": [
                "map_content.js"
            ]
        }
    ],
    "name": "ER Blink map experiment",
    "web_accessible_resources": [
        {
            "resources": [
                "res\/*",
                "assets\/*",
                "icons\/*",
                "inject_core.js",
                "inject_map.js"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "icons": {
        "128": "icons\/icon.png",
        "48": "icons\/icon.png",
        "16": "icons\/icon.png"
    },
    "description": "ER Blink map experiment",
    "homepage_url": "https:\/\/www.ereality.ru\/~MurLemur",
    "version": "1.12",
    "manifest_version": 3,
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self';"
    }
}