Albumized!

Falling album art on your new tab screen.

What is Albumized!?

Albumized! is a Chrome extension developed by rottinam, and its main feature is "Falling album art on your new tab screen.".

Extension Screenshots

screenshot
screenshot

Download Albumized! Extension CRX File

Download Albumized! 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

                        Replace your boring new tab screen. Enjoy gravity-defying album art every time you open a new tab!                    

Extension Basic Information

Name Albumized! Albumized!
ID mlkpfclkgiaocddpdpcmabfghfhhcnao
Official URL https://chromewebstore.google.com/detail/albumized/mlkpfclkgiaocddpdpcmabfghfhhcnao
Description Falling album art on your new tab screen.
File Size 228 KB
Installation Count 33
Current Version 2.9.1
Last Updated 2024-02-08
Publish Date 2019-11-29
Rating 5.00/5 Total 1 Ratings
Developer rottinam
Email [email protected]
Payment Type free
Supported Languages de,en-US,fr,nl,no,es,it,pl,pt-BR,pt-PT,fi,sv,el,ru,hi,zh-CN,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "author": "Mike Rottina",
    "action": {
        "default_icon": {
            "48": "img\/icon48.png"
        }
    },
    "chrome_url_overrides": {
        "newtab": "index.html"
    },
    "default_locale": "en_US",
    "description": "__MSG_extDescription__",
    "homepage_url": "https:\/\/x.com\/rottina",
    "icons": {
        "16": "img\/icon16.png",
        "48": "img\/icon48.png",
        "128": "img\/icon128.png"
    },
    "incognito": "spanning",
    "manifest_version": 3,
    "name": "__MSG_extName__",
    "offline_enabled": false,
    "options_page": "options.html",
    "permissions": [
        "tabs"
    ],
    "host_permissions": [
        "*:\/\/*.apple.com\/*",
        "*:\/\/*.appspot.com\/*"
    ],
    "optional_host_permissions": [
        "*:\/\/*\/*"
    ],
    "short_name": "Albumized",
    "version": "2.9.1",
    "web_accessible_resources": [
        {
            "matches": [
                ""
            ],
            "resources": [
                "index.html",
                "options.html",
                "img\/*.*",
                "lib\/*.*"
            ],
            "use_dynamic_url": true
        }
    ]
}