LearnedLeague 1DS Stats Extension
Add some extra stats for LearnedLeague 1DS results.
什麼是LearnedLeague 1DS Stats Extension?
LearnedLeague 1DS Stats Extension是由mengmengzh開發的Chrome擴展程式,該擴展的主要功能是“Add some extra stats for LearnedLeague 1DS results.”。
擴展截圖
下載LearnedLeague 1DS Stats Extension擴展crx文件
下載LearnedLeague 1DS Stats Extension擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
Adds optimum moneying stats to 1DS results for Learned League.
擴展基本資訊
名稱 | LearnedLeague 1DS Stats Extension |
ID | gbnodppoajpfdeknimjlglnpdkhbomfd |
官方網址 | https://chromewebstore.google.com/detail/learnedleague-1ds-stats-e/gbnodppoajpfdeknimjlglnpdkhbomfd |
簡介 | Add some extra stats for LearnedLeague 1DS results. |
檔案大小 | 37.03 KB |
安裝次數 | 50 |
目前版本 | 0.0.5.1 |
更新時間 | 2019-04-24 |
上架時間 | 2019-04-23 |
開發者 | mengmengzh |
付費類型 | free |
擴展官網 | https://github.com/mengmengzh/learnedleague-tools |
支援的語言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "LearnedLeague 1DS Stats Extension", "version": "0.0.5.1", "description": "Add some extra stats for LearnedLeague 1DS results.", "manifest_version": 2, "permissions": [ "storage", "webRequest", "https:\/\/*.learnedleague.com\/" ], "page_action": { "default_title": "LL 1DS Stats", "default_icon": "l32.png", "default_popup": "options.html" }, "background": { "scripts": [ "background.js" ] }, "content_scripts": [ { "js": [ "jquery-3.3.1.min.js", "content.js" ], "css": [ "content.css" ], "matches": [ "https:\/\/*.learnedleague.com\/oneday.php?*" ] } ] } |