Animal Crossing New Tab Page

Simple new tab page. Has: time, date, countdown to new horizons, links(reddit, youtube, netflix, twitter, twitch).

¿Qué es Animal Crossing New Tab Page?

Animal Crossing New Tab Page es una extensión de Chrome desarrollada por kyrakodes, y su función principal es "Simple new tab page. Has: time, date, countdown to new horizons, links(reddit, youtube, netflix, twitter, twitch).".

Capturas de Pantalla de la Extensión

screenshot
screenshot
screenshot

Descargar Archivo CRX de la Extensión Animal Crossing New Tab Page

Descarga archivos de extensión Animal Crossing New Tab Page en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        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                    

Información Básica de la Extensión

Nombre Animal Crossing New Tab Page Animal Crossing New Tab Page
ID nkdpbaofodhjikmcomchflnfebeidela
URL Oficial https://chrome.google.com/webstore/detail/animal-crossing-new-tab-p/nkdpbaofodhjikmcomchflnfebeidela
Descripción Simple new tab page. Has: time, date, countdown to new horizons, links(reddit, youtube, netflix, twitter, twitch).
Tamaño del Archivo 2.32 MB
Cantidad de Instalaciones 448
Versión Actual 2.1.1.0
Última Actualización 2020-04-22
Fecha de Publicación 2020-04-22
Calificación 4.33/5 Total de 6 Calificaciones
Desarrollador kyrakodes
Tipo de Pago free
Idiomas Soportados 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"
    }
}