Animal Crossing New Tab Page

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

Cos'è Animal Crossing New Tab Page?

Animal Crossing New Tab Page è un'estensione di Chrome sviluppata da kyrakodes, e la sua funzione principale è "Simple new tab page. Has: time, date, countdown to new horizons, links(reddit, youtube, netflix, twitter, twitch).".

Screenshot dell'Estensione

screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione Animal Crossing New Tab Page

Scarica i file di estensione Animal Crossing New Tab Page in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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                    

Informazioni di Base sull'Estensione

Nome Animal Crossing New Tab Page Animal Crossing New Tab Page
ID nkdpbaofodhjikmcomchflnfebeidela
URL Ufficiale https://chrome.google.com/webstore/detail/animal-crossing-new-tab-p/nkdpbaofodhjikmcomchflnfebeidela
Descrizione Simple new tab page. Has: time, date, countdown to new horizons, links(reddit, youtube, netflix, twitter, twitch).
Dimensione del File 2.32 MB
Conteggio Installazioni 448
Versione Corrente 2.1.1.0
Ultimo Aggiornamento 2020-04-22
Data di Pubblicazione 2020-04-22
Valutazione 4.33/5 Totale 6 Valutazioni
Sviluppatore kyrakodes
Tipo di Pagamento free
Lingue Supportate 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"
    }
}