MyFootballTab
Install MyFootballTab - your favorite football team backgrounds!
MyFootballTabとは何ですか?
MyFootballTabはhttps://myfootballtab.comによって開発されたChromeの拡張機能で、その主な機能は「Install MyFootballTab - your favorite football team backgrounds!」です。
拡張機能のスクリーンショット
MyFootballTab拡張機能のCRXファイルをダウンロード
MyFootballTab拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Replace your basic new tab with MyFootballTab's wallpapers. Personalized especially for real football fans! Get your browsing experience to the football pitch with New Tab extension for Chrome™. Customize your new tab page, enjoy easy search experience, and power your searches with Microsoft Bing. MyFootballTab also offers a selection of your team's wallpapers to score your new tab experience! By clicking "Add to chrome", I accept and agree to installing 'FootballTab', change New Tab to that provided by the service, New Tab searches to be provided by Microsoft Bing, the Terms of Use and Privacy Policy. MyFootballTab also offers time, date and weather based on your geo location, that can easily be turned off using the ‘Settings’ menu on the New Tab page. Terms of Use: https://myfootballtab.com/terms-and-conditions/ Privacy Policy: https://myfootballtab.com/privacy-policy/ About Us: https://myfootballtab.com/about/ Contact: https://myfootballtab.com/contact/ Free stock media content is distributed by Pixabay - https://pixabay.com/ Install now and stay connected to the sport you love while enjoying a visually mesmerizing browsing journey.
拡張機能の基本情報
名前 | MyFootballTab |
ID | oghbjphjdhjopdojnlnkappcfjldhdae |
公式URL | https://chromewebstore.google.com/detail/myfootballtab/oghbjphjdhjopdojnlnkappcfjldhdae |
説明 | Install MyFootballTab - your favorite football team backgrounds! |
ファイルサイズ | 7.36 MB |
インストール数 | 74 |
現在のバージョン | 1.0.4 |
最終更新日 | 2023-11-07 |
公開日 | 2023-07-18 |
開発者 | https://myfootballtab.com |
Eメール | [email protected] |
支払い方法 | free |
拡張機能のウェブサイト | https://myfootballtab.com/ |
ヘルプページのURL | https://myfootballtab.com/ |
プライバシーポリシーページのURL | https://myfootballtab.com/privacy-policy |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "MyFootballTab", "short_name": "MyFootballTab", "description": "Install MyFootballTab - your favorite football team backgrounds!", "version": "1.0.4", "icons": { "16": ".\/assets\/images\/icons\/16.png", "32": ".\/assets\/images\/icons\/32.png", "64": ".\/assets\/images\/icons\/64.png", "128": ".\/assets\/images\/icons\/128.png" }, "chrome_url_overrides": { "newtab": ".\/views\/newtab.html" }, "background": { "service_worker": "background.js" }, "permissions": [ "unlimitedStorage", "storage" ], "manifest_version": 3, "offline_enabled": true, "host_permissions": [ "https:\/\/json.geoiplookup.io\/*" ] } |