Betfair Plugin

The Betfair plugins adds content to the website

Betfair Plugin क्या है?

Betfair Plugin Timeform द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "The Betfair plugins adds content to the website"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Betfair Plugin एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        This plugin adds content to the Betfair Website                    

एक्सटेंशन की मूल जानकारी

नाम Betfair Plugin Betfair Plugin
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\/*"
    ]
}