Animal Crossing New Tab Page
Simple new tab page. Has: time, date, countdown to new horizons, links(reddit, youtube, netflix, twitter, twitch).
Qu'est-ce que Animal Crossing New Tab Page ?
Animal Crossing New Tab Page est une extension Chrome développée par kyrakodes, et sa fonction principale est "Simple new tab page. Has: time, date, countdown to new horizons, links(reddit, youtube, netflix, twitter, twitch).".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Animal Crossing New Tab Page
Téléchargez les fichiers d'extension Animal Crossing New Tab Page 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
New tab page with -date -time -5 links: reddit, youtube, netflix, twitter, and twitch -6 background that change randomly when you refresh the page -close button that will take you back to the default chrome new tab page
Informations de Base sur l'Extension
Nom | |
ID | nkdpbaofodhjikmcomchflnfebeidela |
URL Officiel | https://chrome.google.com/webstore/detail/animal-crossing-new-tab-p/nkdpbaofodhjikmcomchflnfebeidela |
Description | Simple new tab page. Has: time, date, countdown to new horizons, links(reddit, youtube, netflix, twitter, twitch). |
Taille du Fichier | 2.32 MB |
Nombre d'Installations | 448 |
Version Actuelle | 2.1.1.0 |
Dernière Mise à Jour | 2020-04-22 |
Date de Publication | 2020-04-22 |
Évaluation | 4.33/5 Total 6 Évaluations |
Développeur | kyrakodes |
Type de Paiement | free |
Langues Prises en Charge | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Animal Crossing New Tab Page", "description": "Simple new tab page. Has: time, date, countdown to new horizons, links(reddit, youtube, netflix, twitter, twitch).", "version": "2.1.1.0", "minimum_chrome_version": "46", "content_security_policy": "script-src 'self' https:\/\/cdn.jsdelivr.net\/gh\/kyfosh\/AC_extension\/moment.js https:\/\/cdn.jsdelivr.net\/gh\/kyfosh\/AC_extension\/dif_bg.js https:\/\/cdn.jsdelivr.net\/gh\/kyfosh\/AC_extension\/getTime.js https:\/\/cdn.jsdelivr.net\/gh\/kyfosh\/AC_extension\/defaultTab4.js; object-src 'self'", "permissions": [ "management", "fontSettings", "tabs" ], "chrome_url_overrides": { "newtab": "newtab.html" }, "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" } } |