ER-help Extension

Extension for EReality.ru

ER-help Extension란 무엇입니까?

ER-help Extension은(는) https://er-help.ru에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Extension for EReality.ru"입니다.

확장 프로그램 스크린샷

screenshot

ER-help Extension 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        Дополнение упрощающее процесс онлайн игры "Грани Реальности". Дополнение одобрено Администрацией проекта http://forum.ereality.ru/post6374251 . Дополнение не несёт в себе каких-либо читов, оно предназначено для изменения интерфейса, встроенных оповещений, упрощение процесса поиска гайдов и подобного, связанного с проектом.
Update simplifies the process of online games "EReality" Supplement approved by the Administration http://forum.ereality.ru/post6374251 project. Supplement does not carry any cheating, it is intended to change the interface, built-in notifications, simplifying the search process guides and the like, associated with the project.                    

확장 프로그램 기본 정보

이름 ER-help Extension ER-help Extension
ID jpefkkpmalfnilnbghfnjodceifpemdb
공식 URL https://chromewebstore.google.com/detail/er-help-extension/jpefkkpmalfnilnbghfnjodceifpemdb
설명 Extension for EReality.ru
파일 크기 3.16 MB
설치 횟수 4,185
현재 버전 2.4.1.8
최근 업데이트 2023-02-02
출시 날짜 2020-06-24
평점 4.69/5 총 55 개의 평점
개발자 https://er-help.ru
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 http://er-help.ru/index.php/glavnaya/plagin-er-help-extension
도움말 페이지 URL http://er-help.ru/index.php/glavnaya/faq-po-er-help-extension
지원되는 언어 ru
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "all_frames": true,
            "run_at": "document_start",
            "js": [
                "includes\/content.js"
            ]
        }
    ],
    "name": "ER-help Extension",
    "icons": {
        "128": "icons\/icon128.png",
        "48": "icons\/icon48.png",
        "16": "icons\/button.png"
    },
    "web_accessible_resources": [
        "res\/*",
        "assets\/*",
        "icons\/*"
    ],
    "description": "Extension for EReality.ru",
    "background": {
        "page": "background.html"
    },
    "homepage_url": "http:\/\/forum.ereality.ru\/post6374238",
    "version": "2.4.1.8",
    "options_page": "options.html",
    "manifest_version": 2,
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
    "browser_action": {
        "default_popup": "popup.html",
        "default_icon": "icons\/button.png",
        "default_title": "\u041e\u0442\u043a\u0440\u044b\u0442\u044c \u043c\u0435\u043d\u044e"
    },
    "permissions": [
        "tabs",
        "http:\/\/*\/*",
        "https:\/\/*\/*",
        "contextMenus",
        "webNavigation"
    ]
}