Next Olympic Games Countdown
Official Next Olympic Games Extension. Discover when the next olympic games will take place.
什么是Next Olympic Games Countdown?
Next Olympic Games Countdown是由blueneptuno开发的Chrome扩展程序,该扩展的主要功能是“Official Next Olympic Games Extension. Discover when the next olympic games will take place.”。
扩展截图
下载Next Olympic Games Countdown扩展crx文件
下载Next Olympic Games Countdown扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Next Olympic Games Countdown, aka NOG, allows you to have at your fingertips the countdown for the next Olympic Games, summer or winter through a beautiful counter formed by the famous 5 Olympic circles.
扩展基本信息
名称 | Next Olympic Games Countdown |
ID | okchfmhoeacmbmfpcjkoddhjgpjpelep |
官方URL | https://chromewebstore.google.com/detail/next-olympic-games-countd/okchfmhoeacmbmfpcjkoddhjgpjpelep |
简介 | Official Next Olympic Games Extension. Discover when the next olympic games will take place. |
文件大小 | 429 KB |
安装次数 | 98 |
当前版本 | 0.1.0.1 |
更新时间 | 2022-02-05 |
上架时间 | 2021-06-19 |
开发者 | blueneptuno |
电子邮箱 | [email protected] |
付费类型 | free |
扩展官网 | https://nextolympicgames.com/ |
隐私政策页面URL | https://www.iubenda.com/privacy-policy/80423094 |
支持的语言 | en,it |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "__MSG_appTitle__", "description": "__MSG_appDesc__", "version": "0.1.0.1", "manifest_version": 3, "default_locale": "en", "background": { "service_worker": "background.min.js" }, "permissions": [ "alarms", "storage", "notifications" ], "host_permissions": [ "https:\/\/*.nextolympicgames.com\/*" ], "action": { "default_popup": "main.html?popup=true", "default_icon": { "16": "\/images\/main16.png", "32": "\/images\/main32.png", "48": "\/images\/main48.png", "128": "\/images\/main128.png" } }, "options_page": "options.html", "icons": { "16": "\/images\/main16.png", "32": "\/images\/main32.png", "48": "\/images\/main48.png", "128": "\/images\/main128.png" } } |