Betfair Plugin
The Betfair plugins adds content to the website
Cos'è Betfair Plugin?
Betfair Plugin è un'estensione di Chrome sviluppata da Timeform, e la sua funzione principale è "The Betfair plugins adds content to the website".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Betfair Plugin
Scarica i file di estensione Betfair Plugin 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
This plugin adds content to the Betfair Website Informazioni di Base sull'Estensione
| Nome | |
| ID | jooiphaopcinjoledmchmemihmdcdfio |
| URL Ufficiale | https://chrome.google.com/webstore/detail/betfair-plugin/jooiphaopcinjoledmchmemihmdcdfio |
| Descrizione | The Betfair plugins adds content to the website |
| Dimensione del File | 49.09 KB |
| Conteggio Installazioni | 137 |
| Versione Corrente | 2.7.8 |
| Ultimo Aggiornamento | 2021-07-26 |
| Data di Pubblicazione | 2020-07-01 |
| Valutazione | 5.00/5 Totale 1 Valutazioni |
| Sviluppatore | Timeform |
| [email protected] | |
| Tipo di Pagamento | free |
| Lingue Supportate | en-GB |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Betfair Plugin",
"short_name": "BFPLG",
"description": "The Betfair plugins adds content to the website",
"version": "2.7.8",
"permissions": [
"tabs"
],
"browser_action": {
"default_icon": "assets\/icon.png",
"default_popup": "index.html",
"default_title": "Betfair Plugin Config"
},
"content_scripts": [
{
"matches": [
"https:\/\/www.betfair.com\/*"
],
"js": [
"js\/content_script.js"
],
"run_at": "document_idle"
}
],
"background": {
"scripts": [
"background.js"
]
},
"icons": {
"16": "assets\/icon16.png",
"48": "assets\/icon48.png",
"128": "assets\/icon128.png"
},
"manifest_version": 2,
"web_accessible_resources": [
"js\/*",
"assets\/*"
]
} | |