Esportal AutoAccept
A plugin for users to auto accept their matches on esportal
Esportal AutoAcceptとは何ですか?
Esportal AutoAcceptはf1schmonstaによって開発されたChromeの拡張機能で、その主な機能は「A plugin for users to auto accept their matches on esportal」です。
拡張機能のスクリーンショット
Esportal AutoAccept拡張機能のCRXファイルをダウンロード
Esportal AutoAccept拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Esportal autoaccept is a tool for players at esportal.com to auto accept their matches while they are in que for a game or waiting for users to join a gather.
拡張機能の基本情報
名前 | Esportal AutoAccept |
ID | iligknooplmpldohcehdaoeimhbkccga |
公式URL | https://chromewebstore.google.com/detail/esportal-autoaccept/iligknooplmpldohcehdaoeimhbkccga |
説明 | A plugin for users to auto accept their matches on esportal |
ファイルサイズ | 394 KB |
インストール数 | 1,838 |
現在のバージョン | 1.01 |
最終更新日 | 2019-12-18 |
公開日 | 2019-12-18 |
評価 | 4.25/5 合計 4 レビュー |
開発者 | f1schmonsta |
Eメール | [email protected] |
支払い方法 | free |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Esportal AutoAccept", "description": "A plugin for users to auto accept their matches on esportal", "version": "1.01", "manifest_version": 2, "permissions": [ "*:\/\/*.esportal.com\/*", "storage", "management", "background" ], "background": { "scripts": [ "background.js" ], "persistent": false }, "icons": { "16": "img\/icon16.png", "48": "img\/icon48.png", "128": "img\/icon128.png" }, "content_scripts": [ { "matches": [ "*:\/\/*.esportal.com\/*" ], "js": [ "jquery-3.4.1.js", "content.js" ] } ], "browser_action": { "default_popup": "startpage.html", "default_icon": "off.png", "default_title": "Esportal AutoAccept" } } |