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 |
| Eメール | [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\/*"
]
} | |