Freeze - New Tab Page

A Curated Cinemagraph Each Time You Open a New Tab

What is Freeze - New Tab Page?

Freeze - New Tab Page is a Chrome extension developed by https://mattias.lol, and its main feature is "A Curated Cinemagraph Each Time You Open a New Tab".

Extension Screenshots

screenshot
screenshot
screenshot
screenshot
screenshot

Download Freeze - New Tab Page Extension CRX File

Download Freeze - 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

                        Cinemagraphs are still photographs in which a minor and repeated movement occurs, 
forming a perefectly looping video.

Features:
🎆 300+ Curated Cinemagraphs

🕑 12h clock, 24h clock, analog clock or no clock

🕶️ Image filters to unify cinemagraphs style

⏲ New cinemagraph every new tab, 5min, 15min, 30min hourly or daily                    

Extension Basic Information

Name Freeze - New Tab Page Freeze - New Tab Page
ID kacdbklgelcjnoejpbafhdelhlnkgpnd
Official URL https://chromewebstore.google.com/detail/freeze-new-tab-page/kacdbklgelcjnoejpbafhdelhlnkgpnd
Description A Curated Cinemagraph Each Time You Open a New Tab
File Size 50.03 KB
Installation Count 205
Current Version 1.2.0
Last Updated 2019-08-01
Publish Date 2019-08-01
Developer https://mattias.lol
Email [email protected]
Payment Type free
Extension Website https://github.com/Hemmingsson/Freeze
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_appName__",
    "version": "1.2.0",
    "manifest_version": 2,
    "description": "__MSG_appDescription__",
    "icons": {
        "16": "icons\/icon-16.png",
        "128": "icons\/icon-128.png"
    },
    "default_locale": "en",
    "chrome_url_overrides": {
        "newtab": "newtab.html"
    },
    "permissions": [
        "storage"
    ],
    "options_ui": {
        "page": "options.html"
    },
    "browser_action": {
        "default_icon": {
            "19": "icons\/icon-19.png",
            "38": "icons\/icon-38.png"
        },
        "default_title": "__MSG_appName__",
        "default_popup": "popup.html"
    },
    "background": {
        "scripts": []
    }
}