blue spotify

blue spotify a new way of looking at spotify

Apa itu blue spotify?

blue spotify adalah ekstensi Chrome yang dikembangkan oleh Alteredream, dan fitur utamanya adalah "blue spotify a new way of looking at spotify".

Screenshot Ekstensi

screenshot
screenshot
screenshot

Unduh Berkas CRX Ekstensi blue spotify

Unduh file ekstensi blue spotify dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        custom spotify blue theme turns your playlist blue and account name is welcomed                    

Informasi Dasar Ekstensi

Nama blue spotify blue spotify
ID omchbinbigiagkgfofbilfeihnmganpn
URL Resmi https://chromewebstore.google.com/detail/blue-spotify/omchbinbigiagkgfofbilfeihnmganpn
Deskripsi blue spotify a new way of looking at spotify
Ukuran File 132 KB
Jumlah Instalasi 15
Versi Saat Ini 1.4.0
Terakhir Diperbarui 2023-10-16
Tanggal Publikasi 2023-01-21
Pengembang Alteredream
Email [email protected]
Tipe Pembayaran free
URL Halaman Kebijakan Privasi https://nweaver395.wixsite.com/privacypolicy
Bahasa yang Didukung en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "blue spotify",
    "optional_host_permissions": [
        "https:\/\/open.spotify.com\/"
    ],
    "description": "blue spotify a new way of looking at spotify",
    "version": "1.4.0",
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAmIdWHX7bPP4f6QejXZsC0yn1QswuDe\/UBFx84W4erhZ+IfoMP0RNzcGuTAC2keI6qMwt2McEe4KoTJQsPSm7XYYxHK7kbORTDDjGlrofkD4aRqPFKiOoWpTPgoS5cUggMXlfW+LqgP6UhQhYilFl8gCmHTkHuuLP2NEFWJl2yqRr4ZluZq76PiVKbhxfagQALg0hTBnzaNEenACPPBSY1NffPPoXXtG3YPNsIqoQFhvTIMlLbyOXL6n0WX7mmPLUko+D5CgfaXNKZj9+yTYjjbXH1HxyEtI6dtzcbc\/kDHnojxoQWmCs+psR2DdlYzUZGIkS0wzd8E7qu9gTkRFKrwIDAQAB",
    "content_scripts": [
        {
            "matches": [
                "https:\/\/open.spotify.com\/*"
            ],
            "js": [
                "Content.js"
            ],
            "css": [
                "main.css"
            ]
        }
    ],
    "icons": {
        "16": "16blue_spotify.png",
        "32": "32blue_spotify.png",
        "48": "48blue_spotify.png",
        "128": "128blue_spotify.png"
    }
}