SBS Export and Import
SBS Export and Import allows you to access and analyze all of your sports data
Cos'è SBS Export and Import?
SBS Export and Import è un'estensione di Chrome sviluppata da SBS, e la sua funzione principale è "SBS Export and Import allows you to access and analyze all of your sports data".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione SBS Export and Import
Scarica i file di estensione SBS Export and Import in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
Extension allows you to better organize your data Informazioni di Base sull'Estensione
| Nome | |
| ID | gnmejndpabiihdgnfkekmbekglnnhacj |
| URL Ufficiale | https://chromewebstore.google.com/detail/sbs-export-and-import/gnmejndpabiihdgnfkekmbekglnnhacj |
| Descrizione | SBS Export and Import allows you to access and analyze all of your sports data |
| Dimensione del File | 175 KB |
| Conteggio Installazioni | 280 |
| Versione Corrente | 0.0.2 |
| Ultimo Aggiornamento | 2022-12-15 |
| Data di Pubblicazione | 2022-11-08 |
| Sviluppatore | SBS |
| [email protected] | |
| Tipo di Pagamento | free |
| URL della Pagina della Politica sulla Privacy | https://www.sportsbookscout.com/privacy-policy |
| Lingue Supportate | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "SBS Export and Import",
"description": "SBS Export and Import allows you to access and analyze all of your sports data",
"version": "0.0.2",
"manifest_version": 3,
"icons": {
"16": "logo\/16.png",
"48": "logo\/48.png",
"128": "logo\/icon.png"
},
"background": {
"service_worker": "background.js",
"type": "module"
},
"action": {
"default_title": "SBS Export and Import",
"default_icon": "logo\/icon.png"
},
"permissions": [
"storage",
"cookies",
"declarativeNetRequest"
],
"host_permissions": [
"*:\/\/*.sportsbookscout.com\/*",
"*:\/\/fanduel.com\/*",
"*:\/\/*.fanduel.com\/*",
"*:\/\/*.draftkings.com\/*",
"*:\/\/draftkings.com\/*"
],
"declarative_net_request": {
"rule_resources": [
{
"id": "rule1",
"enabled": true,
"path": "netRules.json"
}
]
}
} | |