Western Sydney Wanderers FC Homepage
Support your club with the official Western Sydney Wanderers FC Homepage application with your own customized browser experience.
Western Sydney Wanderers FC Homepage란 무엇입니까?
Western Sydney Wanderers FC Homepage은(는) brandTURBO에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Support your club with the official Western Sydney Wanderers FC Homepage application with your own customized browser experience."입니다.
확장 프로그램 스크린샷
Western Sydney Wanderers FC Homepage 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Install the Western Sydney Wanderers new tab extension to get a Red & Black themed start page with all the latest news and information on a daily basis. Exclusive content, wallpapers and the latest developments about the club in your own personalised Western Sydney Wanderers FC browser. Download Western Sydney Wanderers FC Chrome application for Windows and Mac OS now, support your club with every new tab, and follow the latest news in your browser. You can install the Western Sydney Wanderers FC Chrome new tab extension homepage to Chrome OS, Mac or Windows and give your Google Chrome browser a fresh Wanderers look and feel. Never miss any information about the club, players, fixtures, tickets and much more.
확장 프로그램 기본 정보
이름 | |
ID | dopolkpfbhigakdpaahjeiejnbekmpno |
공식 URL | https://chromewebstore.google.com/detail/western-sydney-wanderers/dopolkpfbhigakdpaahjeiejnbekmpno |
설명 | Support your club with the official Western Sydney Wanderers FC Homepage application with your own customized browser experience. |
파일 크기 | 1.57 MB |
설치 횟수 | 79 |
현재 버전 | 2.6.2 |
최근 업데이트 | 2020-09-13 |
출시 날짜 | 2020-09-12 |
평점 | 5.00/5 총 2 개의 평점 |
개발자 | brandTURBO |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://www.wswanderersfc.com.au/ |
도움말 페이지 URL | https://www.wswanderersfc.com.au/ |
개인정보 보호 정책 페이지 URL | https://www.brandturbo.vip/privacy |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Western Sydney Wanderers FC Homepage", "version": "2.6.2", "description": "Support your club with the official Western Sydney Wanderers FC Homepage application with your own customized browser experience.", "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": [ "*:\/\/*.wswanderersfc.com.au\/*" ] } } |