Betfair Plugin
The Betfair plugins adds content to the website
Was ist Betfair Plugin?
Betfair Plugin ist eine Chrome-Erweiterung, die von Timeform entwickelt wurde, und ihr Hauptmerkmal ist "The Betfair plugins adds content to the website".
Erweiterungsscreenshots
Betfair Plugin-Erweiterungs-CRX-Datei herunterladen
Laden Sie Betfair Plugin-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
This plugin adds content to the Betfair Website Grundlegende Informationen zur Erweiterung
| Name | |
| ID | jooiphaopcinjoledmchmemihmdcdfio |
| Offizielle URL | https://chrome.google.com/webstore/detail/betfair-plugin/jooiphaopcinjoledmchmemihmdcdfio |
| Beschreibung | The Betfair plugins adds content to the website |
| Dateigröße | 49.09 KB |
| Installationsanzahl | 137 |
| Aktuelle Version | 2.7.8 |
| Letztes Update | 2021-07-26 |
| Veröffentlichungsdatum | 2020-07-01 |
| Bewertung | 5.00/5 Insgesamt 1 Bewertungen |
| Entwickler | Timeform |
| [email protected] | |
| Zahlungsart | free |
| Unterstützte Sprachen | 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\/*"
]
} | |