Hockey Canada (French) New Tab
A better new tab experience with Hockey Canada (French)
What is Hockey Canada (French) New Tab?
Hockey Canada (French) New Tab is a Chrome extension developed by https://brandthunder.com, and its main feature is "A better new tab experience with Hockey Canada (French)".
Extension Screenshots
Download Hockey Canada (French) New Tab Extension CRX File
Download Hockey Canada (French) New Tab extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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!
Extension Basic Information
Name | Hockey Canada (French) New Tab |
ID | hdkhicoloiohjgogdcehfcnjddnonkhb |
Official URL | https://chromewebstore.google.com/detail/hockey-canada-french-new/hdkhicoloiohjgogdcehfcnjddnonkhb |
Description | A better new tab experience with Hockey Canada (French) |
File Size | 25.93 KB |
Installation Count | 563 |
Current Version | 4.0.4.8 |
Last Updated | 2018-06-15 |
Publish Date | 2018-06-15 |
Rating | 1.63/5 Total 8 Ratings |
Developer | https://brandthunder.com |
[email protected] | |
Payment Type | free |
Help Page URL | http://support.brandthunder.com |
Privacy Policy Page URL | http://www.brandthunder.com/privacy |
Supported Languages | 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'" } |