New Tab - Official Cardiff City FC

Download the Official Cardiff City new tab extension and stay up to date with the latest news, exclusive wallpapers and more!

Co je New Tab - Official Cardiff City FC?

New Tab - Official Cardiff City FC je rozšíření Chrome vyvinuté brandTURBO, a jeho hlavní funkcí je „Download the Official Cardiff City new tab extension and stay up to date with the latest news, exclusive wallpapers and more!“.

Snímky obrazovky rozšíření

screenshot
screenshot
screenshot

Stáhnout soubor CRX rozšíření New Tab - Official Cardiff City FC

Stáhněte si soubory rozšíření New Tab - Official Cardiff City FC ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        Install the extension and enjoy a customised Bluebirds experience for your new tab startpage. Here you will have access to exclusive wallpapers, along with Club & Player news, highlights and more.

The Official Cardiff City Chrome extension is available for Windows and Mac OS now.

#CityAsOne

This is a white label enterprise extension for Cardiff City FC.                    

Základní Informace o Rozšíření

Název New Tab - Official Cardiff City FC New Tab - Official Cardiff City FC
ID jfdgophilpnnllaehcbghhpkooeganhk
Oficiální URL https://chrome.google.com/webstore/detail/jfdgophilpnnllaehcbghhpkooeganhk
Popis Download the Official Cardiff City new tab extension and stay up to date with the latest news, exclusive wallpapers and more!
Velikost souboru 1.91 MB
Počet instalací 656
Aktuální Verze 2.9.1
Poslední Aktualizace 2022-11-21
Datum Vydání 2020-10-24
Hodnocení 5.00/5 Celkem 1 Hodnocení
Vývojář brandTURBO
E-mail [email protected]
Webové stránky Rozšíření https://www.cardiffcityfc.co.uk/
URL Stránky Nápovědy https://www.cardiffcityfc.co.uk/
URL Stránky Zásad Ochrany Soukromí https://www.brandturbo.vip/privacy
Podporované Jazyky en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "New Tab - Official Cardiff City FC",
    "version": "2.9.1",
    "description": "Download the Official Cardiff City new tab extension and stay up to date with the latest news, exclusive wallpapers and more!",
    "icons": {
        "16": "icons\/icon-16px.png",
        "32": "icons\/icon-32px.png",
        "48": "icons\/icon-96px.png",
        "128": "icons\/icon-256px.png"
    },
    "chrome_url_overrides": {
        "newtab": "startpage.html#newTab"
    },
    "browser_action": {
        "default_title": "New Tab"
    },
    "permissions": [
        "topSites"
    ],
    "optional_permissions": [
        "history",
        "bookmarks",
        "chrome:\/\/favicon\/"
    ],
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "externally_connectable": {
        "matches": [
            "*:\/\/*.cardiffcityfc.co.uk\/*"
        ]
    }
}