Betfair Plugin
The Betfair plugins adds content to the website
Wat is Betfair Plugin?
Betfair Plugin is een Chrome-extensie ontwikkeld door Timeform, en de belangrijkste functie is "The Betfair plugins adds content to the website".
Extensie Screenshots
Download het CRX-bestand van de extensie Betfair Plugin
Download Betfair Plugin-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
This plugin adds content to the Betfair Website
Basisinformatie over de Extensie
Naam | |
ID | jooiphaopcinjoledmchmemihmdcdfio |
Officiële URL | https://chrome.google.com/webstore/detail/betfair-plugin/jooiphaopcinjoledmchmemihmdcdfio |
Beschrijving | The Betfair plugins adds content to the website |
Bestandsgrootte | 49.09 KB |
Aantal Installaties | 137 |
Huidige Versie | 2.7.8 |
Laatst Bijgewerkt | 2021-07-26 |
Publicatiedatum | 2020-07-01 |
Beoordeling | 5.00/5 Totaal 1 Beoordelingen |
Ontwikkelaar | Timeform |
[email protected] | |
Betalingswijze | free |
Ondersteunde Talen | 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\/*" ] } |