NewTime - NewTab Timelapse

Open newtabs with refreshing timelapse videos.

What is NewTime - NewTab Timelapse?

NewTime - NewTab Timelapse is a Chrome extension developed by yyrcd, and its main feature is "Open newtabs with refreshing timelapse videos.".

Extension Screenshots

screenshot
screenshot
screenshot
screenshot
screenshot

Download NewTime - NewTab Timelapse Extension CRX File

Download NewTime - NewTab Timelapse 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

                        NewTime - NewTab Timelapse
Open newtabs with refreshing timelapse videos.

★ Cached videos, there is no delay when you open a newtab.
★ Importing your own videos (saved in your local browser).
★ Completely offline video and music library.
★ Importing music & Music visualization.

打开新标签页时,欣赏一个延时摄影作品。
完全离线的视频和音乐 Library。
导入网易云音乐歌曲,支持音乐可视化。                    

Extension Basic Information

Name NewTime - NewTab Timelapse NewTime - NewTab Timelapse
ID bjkiaidggnkcgjdioaedkdeldoalaigg
Official URL https://chromewebstore.google.com/detail/newtime-newtab-timelapse/bjkiaidggnkcgjdioaedkdeldoalaigg
Description Open newtabs with refreshing timelapse videos.
File Size 1.03 MB
Installation Count 71
Current Version 0.6.1
Last Updated 2020-07-07
Publish Date 2020-07-07
Rating 5.00/5 Total 2 Ratings
Developer yyrcd
Email [email protected]
Payment Type free
Supported Languages en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "NewTime - NewTab Timelapse",
    "version": "0.6.1",
    "description": "Open newtabs with refreshing timelapse videos.",
    "options_page": "views\/show.html",
    "background": {
        "scripts": [
            "js\/lib\/localforage.min.js",
            "js\/utils.js",
            "js\/background.js"
        ],
        "persistent": false
    },
    "browser_action": [],
    "chrome_url_overrides": {
        "newtab": "views\/vtab.html"
    },
    "icons": {
        "16": "imgs\/favicon16.png",
        "48": "imgs\/favicon48.png",
        "128": "imgs\/favicon128.png"
    },
    "content_security_policy": "script-src 'self' https:\/\/stat.newti.me; object-src 'self'",
    "externally_connectable": {
        "matches": [
            "*:\/\/newti.me\/*",
            "http:\/\/localhost:8000\/*"
        ]
    }
}