Betfair Plugin

The Betfair plugins adds content to the website

Vad är Betfair Plugin?

Betfair Plugin är en Chrome-tillägg utvecklad av Timeform, och dess huvudfunktion är "The Betfair plugins adds content to the website".

Tilläggsskärmbilder

screenshot

Ladda ner Betfair Plugin-förlängningens CRX-fil

Ladda ner Betfair Plugin-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        This plugin adds content to the Betfair Website                    

Grundläggande Information om Tillägg

Namn Betfair Plugin Betfair Plugin
ID jooiphaopcinjoledmchmemihmdcdfio
Officiell webbadress https://chrome.google.com/webstore/detail/betfair-plugin/jooiphaopcinjoledmchmemihmdcdfio
Beskrivning The Betfair plugins adds content to the website
Filstorlek 49.09 KB
Antal Installationer 137
Aktuell Version 2.7.8
Senast Uppdaterad 2021-07-26
Publiceringsdatum 2020-07-01
Betyg 5.00/5 Totalt 1 Betyg
Utvecklare Timeform
E-post [email protected]
Betalningssätt free
Stödda Språk 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\/*"
    ]
}