VK Music Animator

Visualization of the music being played on vk.com(vkontakte). Select effect and make listening to music more fun!

Cos'è VK Music Animator?

VK Music Animator è un'estensione di Chrome sviluppata da Brainmaker, e la sua funzione principale è "Visualization of the music being played on vk.com(vkontakte). Select effect and make listening to music more fun!".

Screenshot dell'Estensione

screenshot
screenshot

Scarica il file CRX dell'estensione VK Music Animator

Scarica i file di estensione VK Music Animator in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        This extension adds a graphical visualizer to the audio player on site vkontakte (vk.com). 
Use different themes and visual effects and make listening to music more fun! 
New visual effects are coming soon!                    

Informazioni di Base sull'Estensione

Nome VK Music Animator VK Music Animator
ID kningkodbgfoppmglhnbfllamkopmllc
URL Ufficiale https://chromewebstore.google.com/detail/vk-music-animator/kningkodbgfoppmglhnbfllamkopmllc
Descrizione Visualization of the music being played on vk.com(vkontakte). Select effect and make listening to music more fun!
Dimensione del File 21.84 KB
Conteggio Installazioni 41
Versione Corrente 1.0.0
Ultimo Aggiornamento 2022-05-07
Data di Pubblicazione 2022-05-07
Sviluppatore Brainmaker
Email [email protected]
Tipo di Pagamento free
URL della Pagina di Aiuto https://docs.google.com/document/d/1358mdPy5sHWpi-nRCqLnCa3mxB0GN40wF47XrXwLPmA/edit?usp=sharing
Lingue Supportate en,en-GB,en-US,es,ru
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_name__",
    "version": "1.0.0",
    "manifest_version": 3,
    "description": "__MSG_description__",
    "default_locale": "en",
    "icons": {
        "32": ".\/icons\/vk-audio-32.png",
        "64": ".\/icons\/vk-audio-64.png",
        "128": ".\/icons\/vk-audio-128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/vk.com\/*"
            ],
            "run_at": "document_start",
            "all_frames": false,
            "js": [
                "vk-content-script.js"
            ],
            "css": [
                "vk.css"
            ]
        }
    ],
    "permissions": [
        "storage",
        "activeTab",
        "tabs"
    ],
    "optional_permissions": [],
    "host_permissions": [
        "*:\/\/vk.com\/*"
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "page.js",
                "vk.css"
            ],
            "matches": [
                "*:\/\/vk.com\/*"
            ]
        }
    ],
    "background": {
        "service_worker": "background.js"
    }
}