ER Blink map experiment

ER Blink map experiment

Qu'est-ce que ER Blink map experiment ?

ER Blink map experiment est une extension Chrome développée par MurLemur, et sa fonction principale est "ER Blink map experiment".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension ER Blink map experiment

Téléchargez les fichiers d'extension ER Blink map experiment au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

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

Informations de Base sur l'Extension

Nom ER Blink map experiment ER Blink map experiment
ID bkkgpfdeilogfoplhchbegfnfefblcjj
URL Officiel https://chromewebstore.google.com/detail/er-blink-map-experiment/bkkgpfdeilogfoplhchbegfnfefblcjj
Description ER Blink map experiment
Taille du Fichier 259 KB
Nombre d'Installations 98
Version Actuelle 1.12
Dernière Mise à Jour 2023-12-14
Date de Publication 2019-07-27
Évaluation 5.00/5 Total 4 Évaluations
Développeur MurLemur
Email [email protected]
Type de Paiement free
Langues Prises en Charge 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';"
    }
}