台服隊友檢閱插件
台服隊友檢閱插件
What is 台服隊友檢閱插件?
台服隊友檢閱插件 is a Chrome extension developed by kazene, and its main feature is "台服隊友檢閱插件".
Extension Screenshots
Download 台服隊友檢閱插件 Extension CRX File
Download 台服隊友檢閱插件 extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
安裝後於遊戲選角畫面自動跳出隊友資訊 遊戲進入讀取後可手動查閱對手資訊
Extension Basic Information
Name | 台服隊友檢閱插件 |
ID | dnemcoeonjnjilolgjbfcjnnenkhmgbn |
Official URL | https://chromewebstore.google.com/detail/%E5%8F%B0%E6%9C%8D%E9%9A%8A%E5%8F%8B%E6%AA%A2%E9%96%B1%E6%8F%92%E4%BB%B6/dnemcoeonjnjilolgjbfcjnnenkhmgbn |
Description | 台服隊友檢閱插件 |
File Size | 65.58 KB |
Installation Count | 37,328 |
Current Version | 2.7 |
Last Updated | 2024-01-21 |
Publish Date | 2020-11-11 |
Rating | 3.97/5 Total 61 Ratings |
Developer | kazene |
[email protected] | |
Payment Type | free |
Extension Website | http://www.loltmcheck.com |
Privacy Policy Page URL | https://loltmcheck.com |
Supported Languages | zh-TW |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "\u53f0\u670d\u968a\u53cb\u6aa2\u95b1\u63d2\u4ef6", "description": "\u53f0\u670d\u968a\u53cb\u6aa2\u95b1\u63d2\u4ef6", "version": "2.7", "browser_action": { "default_icon": "icon.png", "default_popup": "popup.html", "default_title": "\u53f0\u670d\u968a\u53cb\u6aa2\u95b1\u63d2\u4ef6" }, "background": { "persistent": true, "scripts": [ "jquery.js", "background.js" ] }, "permissions": [ "https:\/\/127.0.0.1\/*", "http:\/\/127.0.0.1\/*", "file:\/\/\/*\/GameLogs\/*", "storage", "background", "http:\/\/loltmcheck.com\/extension\/api\/" ] } |