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!
Was ist New Tab - Official Cardiff City FC?
New Tab - Official Cardiff City FC ist eine Chrome-Erweiterung, die von brandTURBO entwickelt wurde, und ihr Hauptmerkmal ist "Download the Official Cardiff City new tab extension and stay up to date with the latest news, exclusive wallpapers and more!".
Erweiterungsscreenshots
New Tab - Official Cardiff City FC-Erweiterungs-CRX-Datei herunterladen
Laden Sie New Tab - Official Cardiff City FC-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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.
Grundlegende Informationen zur Erweiterung
Name | |
ID | jfdgophilpnnllaehcbghhpkooeganhk |
Offizielle URL | https://chrome.google.com/webstore/detail/jfdgophilpnnllaehcbghhpkooeganhk |
Beschreibung | Download the Official Cardiff City new tab extension and stay up to date with the latest news, exclusive wallpapers and more! |
Dateigröße | 1.91 MB |
Installationsanzahl | 656 |
Aktuelle Version | 2.9.1 |
Letztes Update | 2022-11-21 |
Veröffentlichungsdatum | 2020-10-24 |
Bewertung | 5.00/5 Insgesamt 1 Bewertungen |
Entwickler | brandTURBO |
[email protected] | |
Erweiterungswebsite | https://www.cardiffcityfc.co.uk/ |
Hilfeseite URL | https://www.cardiffcityfc.co.uk/ |
URL der Datenschutzrichtlinien-Seite | https://www.brandturbo.vip/privacy |
Unterstützte Sprachen | 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\/*" ] } } |