Betfair Plugin
The Betfair plugins adds content to the website
What is Betfair Plugin?
Betfair Plugin is a Chrome extension developed by Timeform, and its main feature is "The Betfair plugins adds content to the website".
Extension Screenshots
Download Betfair Plugin Extension CRX File
Download Betfair Plugin extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
This plugin adds content to the Betfair Website
Extension Basic Information
Name | |
ID | jooiphaopcinjoledmchmemihmdcdfio |
Official URL | https://chrome.google.com/webstore/detail/betfair-plugin/jooiphaopcinjoledmchmemihmdcdfio |
Description | The Betfair plugins adds content to the website |
File Size | 49.09 KB |
Installation Count | 137 |
Current Version | 2.7.8 |
Last Updated | 2021-07-26 |
Publish Date | 2020-07-01 |
Rating | 5.00/5 Total 1 Ratings |
Developer | Timeform |
[email protected] | |
Payment Type | free |
Supported Languages | 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\/*" ] } |