Hockey Canada (French) New Tab
A better new tab experience with Hockey Canada (French)
Qu'est-ce que Hockey Canada (French) New Tab ?
Hockey Canada (French) New Tab est une extension Chrome développée par https://brandthunder.com, et sa fonction principale est "A better new tab experience with Hockey Canada (French)".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Hockey Canada (French) New Tab
Téléchargez les fichiers d'extension Hockey Canada (French) New Tab au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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!
Informations de Base sur l'Extension
Nom | Hockey Canada (French) New Tab |
ID | hdkhicoloiohjgogdcehfcnjddnonkhb |
URL Officiel | https://chromewebstore.google.com/detail/hockey-canada-french-new/hdkhicoloiohjgogdcehfcnjddnonkhb |
Description | A better new tab experience with Hockey Canada (French) |
Taille du Fichier | 25.93 KB |
Nombre d'Installations | 563 |
Version Actuelle | 4.0.4.8 |
Dernière Mise à Jour | 2018-06-15 |
Date de Publication | 2018-06-15 |
Évaluation | 1.63/5 Total 8 Évaluations |
Développeur | https://brandthunder.com |
[email protected] | |
Type de Paiement | free |
URL de la Page d'Aide | http://support.brandthunder.com |
URL de la Page de Politique de Confidentialité | http://www.brandthunder.com/privacy |
Langues Prises en Charge | 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'" } |