Soccer Leagues
Soccer Leagues
什麼是Soccer Leagues?
Soccer Leagues是由rainymarketingapps開發的Chrome擴展程式,該擴展的主要功能是“Soccer Leagues”。
擴展截圖
下載Soccer Leagues擴展crx文件
下載Soccer Leagues擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
Soccer Leagues is an extension designed to provide soccer fans with an up-to-date view of the current standings in various soccer leagues. The extensions provides a comprehensive overview of each team's performance, including wins, losses, draws, goals for and against, and points earned. By clicking "Add to Chrome", I accept and agree to install the Soccer Leagues extension and set the new tab search to that provided by the service. The search will be provided by Microsoft Bing All our scores are courtesy of: https://www.scoreaxis.com/ Whether you're following a specific team or just keeping track of the overall league standings the soccer leagues is the extension for you. https://www.rainydaymarketing.com/privacy/ https://www.rainydaymarketing.com/about/ https://www.rainydaymarketing.com/terms
擴展基本資訊
名稱 | |
ID | mmkpjmaplalklpiknmdnaggkcjagaphh |
官方網址 | https://chromewebstore.google.com/detail/soccer-leagues/mmkpjmaplalklpiknmdnaggkcjagaphh |
簡介 | Soccer Leagues |
檔案大小 | 664 KB |
安裝次數 | 8,897 |
目前版本 | 0.0.6 |
更新時間 | 2023-09-26 |
上架時間 | 2023-02-04 |
評分 | 3.33/5 共 3 次評分 |
開發者 | rainymarketingapps |
電子郵箱 | [email protected] |
付費類型 | free |
支援的語言 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "description": "Soccer Leagues", "manifest_version": 3, "name": "Soccer Leagues", "version": "0.0.6", "chrome_url_overrides": { "newtab": "index.html" }, "background": { "service_worker": "background.js" }, "icons": { "16": "images\/16.png", "48": "images\/48.png", "128": "images\/128.png" } } |