FIFA 2018 World Cup Live Notifications
Live notifications from the 2018 FIFA World Cup
FIFA 2018 World Cup Live Notificationsとは何ですか?
FIFA 2018 World Cup Live NotificationsはUday Kumar Pydaによって開発されたChromeの拡張機能で、その主な機能は「Live notifications from the 2018 FIFA World Cup」です。
拡張機能のスクリーンショット
FIFA 2018 World Cup Live Notifications拡張機能のCRXファイルをダウンロード
FIFA 2018 World Cup Live Notifications拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Install this extension to get notified of important events from the ongoing 2018 FIFA world cup without having to constantly monitor the games. Notifications auto dismiss in 10 seconds, so it is totally unobtrusive.
拡張機能の基本情報
名前 | |
ID | oaipafdngonpilnffhmbfmjphljhcack |
公式URL | https://chrome.google.com/webstore/detail/fifa-2018-world-cup-live/oaipafdngonpilnffhmbfmjphljhcack |
説明 | Live notifications from the 2018 FIFA World Cup |
ファイルサイズ | 238 KB |
インストール数 | 103 |
現在のバージョン | 1.0.5 |
最終更新日 | 2018-07-14 |
公開日 | 2018-07-14 |
評価 | 5.00/5 合計 3 レビュー |
開発者 | Uday Kumar Pyda |
Eメール | [email protected] |
支払い方法 | free |
対応言語 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "FIFA 2018 World Cup Live Notifications", "version": "1.0.5", "description": "Live notifications from the 2018 FIFA World Cup", "browser_action": { "default_icon": "fifa.png", "default_title": "2018 FIFA World Cup", "default_popup": "popup.html" }, "background": { "scripts": [ "google-analytics-bundle.js", "jquery-1.9.1.min.js", "moment.js", "background.js" ] }, "icons": { "48": "fifa48.png", "128": "fifa128.png" }, "manifest_version": 2, "options_page": "options.html", "permissions": [ "http:\/\/*.fifa.com\/", "https:\/\/*.fifa.com\/", "https:\/\/www.google-analytics.com\/*", "notifications", "storage", "tts" ], "web_accessible_resources": [ "fifa48.png" ] } |