ER-help Extension

Extension for EReality.ru

ER-help Extensionคืออะไร?

ER-help Extension เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://er-help.ru และคุณลักษณะหลักของมันคือ "Extension for EReality.ru"

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย ER-help Extension

ดาวน์โหลดไฟล์ส่วนขยาย ER-help Extension ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        Дополнение упрощающее процесс онлайн игры "Грани Реальности". Дополнение одобрено Администрацией проекта 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"
    ]
}