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!
New Tab - Official Cardiff City FC란 무엇입니까?
New Tab - Official Cardiff City FC은(는) brandTURBO에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Download the Official Cardiff City new tab extension and stay up to date with the latest news, exclusive wallpapers and more!"입니다.
확장 프로그램 스크린샷
New Tab - Official Cardiff City FC 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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.
확장 프로그램 기본 정보
이름 | |
ID | jfdgophilpnnllaehcbghhpkooeganhk |
공식 URL | https://chrome.google.com/webstore/detail/jfdgophilpnnllaehcbghhpkooeganhk |
설명 | Download the Official Cardiff City new tab extension and stay up to date with the latest news, exclusive wallpapers and more! |
파일 크기 | 1.91 MB |
설치 횟수 | 656 |
현재 버전 | 2.9.1 |
최근 업데이트 | 2022-11-21 |
출시 날짜 | 2020-10-24 |
평점 | 5.00/5 총 1 개의 평점 |
개발자 | brandTURBO |
이메일 | [email protected] |
확장 프로그램 웹 사이트 | https://www.cardiffcityfc.co.uk/ |
도움말 페이지 URL | https://www.cardiffcityfc.co.uk/ |
개인정보 보호 정책 페이지 URL | https://www.brandturbo.vip/privacy |
지원되는 언어 | 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\/*" ] } } |