Betfair Plugin
The Betfair plugins adds content to the website
什么是Betfair Plugin?
Betfair Plugin是由Timeform开发的Chrome扩展程序,该扩展的主要功能是“The Betfair plugins adds content to the website”。
扩展截图
下载Betfair Plugin扩展crx文件
下载Betfair Plugin扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
This plugin adds content to the Betfair Website 扩展基本信息
| 名称 | |
| ID | jooiphaopcinjoledmchmemihmdcdfio |
| 官方URL | https://chrome.google.com/webstore/detail/betfair-plugin/jooiphaopcinjoledmchmemihmdcdfio |
| 简介 | The Betfair plugins adds content to the website |
| 文件大小 | 49.09 KB |
| 安装次数 | 137 |
| 当前版本 | 2.7.8 |
| 更新时间 | 2021-07-26 |
| 上架时间 | 2020-07-01 |
| 评分 | 5.00/5 共1次评分 |
| 开发者 | Timeform |
| 电子邮箱 | [email protected] |
| 付费类型 | free |
| 支持的语言 | 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\/*"
]
} | |