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 |
| 官方網址 | 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\/*"
]
} | |