ER-help Extension
Extension for EReality.ru
ER-help Extensionとは何ですか?
ER-help Extensionはhttps://er-help.ruによって開発されたChromeの拡張機能で、その主な機能は「Extension for EReality.ru」です。
拡張機能のスクリーンショット
ER-help Extension拡張機能のCRXファイルをダウンロード
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 |
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 |
Eメール | [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" ] } |