Footballguys Extension: Manage My Leagues
Import leagues to Footballguys
Vad är Footballguys Extension: Manage My Leagues?
Footballguys Extension: Manage My Leagues är en Chrome-tillägg utvecklad av Footballguys, och dess huvudfunktion är "Import leagues to Footballguys".
Tilläggsskärmbilder
Ladda ner Footballguys Extension: Manage My Leagues-förlängningens CRX-fil
Ladda ner Footballguys Extension: Manage My Leagues-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
Import your fantasy football leagues to Footballguys using this extension. Grundläggande Information om Tillägg
| Namn | |
| ID | ijgkcmoimjolkemifligpebpikbempbe |
| Officiell webbadress | https://chromewebstore.google.com/detail/footballguys-extension-ma/ijgkcmoimjolkemifligpebpikbempbe |
| Beskrivning | Import leagues to Footballguys |
| Filstorlek | 48.79 KB |
| Antal Installationer | 7,074 |
| Aktuell Version | 1.1.0 |
| Senast Uppdaterad | 2023-09-01 |
| Publiceringsdatum | 2023-08-16 |
| Utvecklare | Footballguys |
| E-post | [email protected] |
| Betalningssätt | free |
| URL till Sekretesspolicy Sidan | https://www.footballguys.com/privacy-policy |
| Stödda Språk | en-US |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 3,
"name": "Footballguys Extension: Manage My Leagues",
"homepage_url": "https:\/\/www.footballguys.com\/leagues",
"version": "1.1.0",
"author": "[email protected]",
"description": "Import leagues to Footballguys",
"action": {
"default_popup": "popup\/popup.html",
"default_icon": {
"16": ".\/icons\/16px.png",
"32": ".\/icons\/32px.png",
"48": ".\/icons\/48px.png",
"128": ".\/icons\/128px.png"
}
},
"background": {
"service_worker": "background.js",
"type": "module"
},
"permissions": [
"cookies"
],
"host_permissions": [
"*:\/\/*.footballguys.com\/*",
"*:\/\/*.espn.com\/*",
"*:\/\/*.nfl.com\/\/*",
"*:\/\/*.cbssports.com\/\/*"
],
"externally_connectable": {
"matches": [
"*:\/\/*.footballguys.com\/*"
]
},
"icons": {
"16": ".\/icons\/16px.png",
"32": ".\/icons\/32px.png",
"48": ".\/icons\/48px.png",
"128": ".\/icons\/128px.png"
}
} | |