Hockey Canada (French) New Tab
A better new tab experience with Hockey Canada (French)
什么是Hockey Canada (French) New Tab?
Hockey Canada (French) New Tab是由https://brandthunder.com开发的Chrome扩展程序,该扩展的主要功能是“A better new tab experience with Hockey Canada (French)”。
扩展截图
下载Hockey Canada (French) New Tab扩展crx文件
下载Hockey Canada (French) New Tab扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
VERSION FRANÇAISE! Bienvenue à la seule extension et thématique OFFICIELLE de Hockey Canada pour le navigateur Chrome. Grâce au thème de Hockey Canada, il n’y a jamais eu un meilleur moyen de patiner sur Internet. Vous obtiendrez : - un thème comprenant une imagerie originale de Hockey Canada; - une barre d’outils offrant les meilleurs aspects du site Hockey Canada, aucune rencontre fortuite ici; - encore plus de caractéristiques et de contenu bientôt!
扩展基本信息
名称 | Hockey Canada (French) New Tab |
ID | hdkhicoloiohjgogdcehfcnjddnonkhb |
官方URL | https://chromewebstore.google.com/detail/hockey-canada-french-new/hdkhicoloiohjgogdcehfcnjddnonkhb |
简介 | A better new tab experience with Hockey Canada (French) |
文件大小 | 25.93 KB |
安装次数 | 563 |
当前版本 | 4.0.4.8 |
更新时间 | 2018-06-15 |
上架时间 | 2018-06-15 |
评分 | 1.63/5 共8次评分 |
开发者 | https://brandthunder.com |
电子邮箱 | [email protected] |
付费类型 | free |
帮助页面URL | http://support.brandthunder.com |
隐私政策页面URL | http://www.brandthunder.com/privacy |
支持的语言 | fr |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Hockey Canada (French) New Tab", "version": "4.0.4.8", "description": "A better new tab experience with Hockey Canada (French)", "icons": { "16": "icon16.png", "32": "icon32.png", "48": "icon48.png", "128": "icon128.png" }, "background": { "page": "background.html" }, "browser_action": { "default_title": "Hockey Canada (French) New Tab", "default_icon": { "16": "icon16.png", "32": "icon32.png" } }, "options_ui": { "page": "options.html", "chrome_style": true }, "chrome_url_overrides": { "newtab": "newtab.html" }, "permissions": [ "http:\/\/*.brandthunder.com\/*", "storage" ], "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'" } |