ER Blink map experiment

ER Blink map experiment

ER Blink map experiment là gì?

ER Blink map experiment là một tiện ích mở rộng Chrome được phát triển bởi MurLemur, và tính năng chính của nó là "ER Blink map experiment".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng ER Blink map experiment

Tải xuống các tệp mở rộng ER Blink map experiment dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

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

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên ER Blink map experiment ER Blink map experiment
ID bkkgpfdeilogfoplhchbegfnfefblcjj
URL Chính Thức https://chromewebstore.google.com/detail/er-blink-map-experiment/bkkgpfdeilogfoplhchbegfnfefblcjj
Mô tả ER Blink map experiment
Kích Thước Tệp 259 KB
Số Lần Cài Đặt 98
Phiên Bản Hiện Tại 1.12
Cập Nhật Lần Cuối 2023-12-14
Ngày Phát Hành 2019-07-27
Đánh Giá 5.00/5 Tổng số 4 Đánh Giá
Nhà Phát Triển MurLemur
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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';"
    }
}