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
电子邮箱 [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';"
    }
}