Betfair Plugin
The Betfair plugins adds content to the website
Betfair Pluginคืออะไร?
Betfair Plugin เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Timeform และคุณลักษณะหลักของมันคือ "The Betfair plugins adds content to the website"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Betfair Plugin
ดาวน์โหลดไฟล์ส่วนขยาย 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\/*" ] } |