Albumized!

Falling album art on your new tab screen.

Was ist Albumized!?

Albumized! ist eine Chrome-Erweiterung, die von rottinam entwickelt wurde, und ihr Hauptmerkmal ist "Falling album art on your new tab screen.".

Erweiterungsscreenshots

screenshot
screenshot

Albumized!-Erweiterungs-CRX-Datei herunterladen

Laden Sie Albumized!-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

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

Grundlegende Informationen zur Erweiterung

Name Albumized! Albumized!
ID mlkpfclkgiaocddpdpcmabfghfhhcnao
Offizielle URL https://chromewebstore.google.com/detail/albumized/mlkpfclkgiaocddpdpcmabfghfhhcnao
Beschreibung Falling album art on your new tab screen.
Dateigröße 228 KB
Installationsanzahl 33
Aktuelle Version 2.9.1
Letztes Update 2024-02-08
Veröffentlichungsdatum 2019-11-29
Bewertung 5.00/5 Insgesamt 1 Bewertungen
Entwickler rottinam
E-Mail [email protected]
Zahlungsart free
Unterstützte Sprachen 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
        }
    ]
}