ER Blink map experiment

ER Blink map experiment

Co je ER Blink map experiment?

ER Blink map experiment je rozšíření Chrome vyvinuté MurLemur, a jeho hlavní funkcí je „ER Blink map experiment“.

Snímky obrazovky rozšíření

screenshot

Stáhnout soubor CRX rozšíření ER Blink map experiment

Stáhněte si soubory rozšíření ER Blink map experiment ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        Костыль для сглаживания еффекта перерисовки 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                    

Základní Informace o Rozšíření

Název ER Blink map experiment ER Blink map experiment
ID bkkgpfdeilogfoplhchbegfnfefblcjj
Oficiální URL https://chromewebstore.google.com/detail/er-blink-map-experiment/bkkgpfdeilogfoplhchbegfnfefblcjj
Popis ER Blink map experiment
Velikost souboru 259 KB
Počet instalací 98
Aktuální Verze 1.12
Poslední Aktualizace 2023-12-14
Datum Vydání 2019-07-27
Hodnocení 5.00/5 Celkem 4 Hodnocení
Vývojář MurLemur
E-mail [email protected]
Typ Platby free
Podporované Jazyky 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';"
    }
}