Animal Crossing New Tab Page
Simple new tab page. Has: time, date, countdown to new horizons, links(reddit, youtube, netflix, twitter, twitch).
What is Animal Crossing New Tab Page?
Animal Crossing New Tab Page is a Chrome extension developed by kyrakodes, and its main feature is "Simple new tab page. Has: time, date, countdown to new horizons, links(reddit, youtube, netflix, twitter, twitch).".
Extension Screenshots
Download Animal Crossing New Tab Page Extension CRX File
Download Animal Crossing New Tab Page 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
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
Extension Basic Information
Name | |
ID | nkdpbaofodhjikmcomchflnfebeidela |
Official URL | 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). |
File Size | 2.32 MB |
Installation Count | 448 |
Current Version | 2.1.1.0 |
Last Updated | 2020-04-22 |
Publish Date | 2020-04-22 |
Rating | 4.33/5 Total 6 Ratings |
Developer | kyrakodes |
Payment Type | free |
Supported Languages | 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" } } |