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 مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
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\/*" ] } |