VK Music Animator

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

VK Music Animatorとは何ですか?

VK Music AnimatorはBrainmakerによって開発されたChromeの拡張機能で、その主な機能は「Visualization of the music being played on vk.com(vkontakte). Select effect and make listening to music more fun!」です。

拡張機能のスクリーンショット

screenshot
screenshot

VK Music Animator拡張機能のCRXファイルをダウンロード

VK Music Animator拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        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!                    

拡張機能の基本情報

名前 VK Music Animator VK Music Animator
ID kningkodbgfoppmglhnbfllamkopmllc
公式URL https://chromewebstore.google.com/detail/vk-music-animator/kningkodbgfoppmglhnbfllamkopmllc
説明 Visualization of the music being played on vk.com(vkontakte). Select effect and make listening to music more fun!
ファイルサイズ 21.84 KB
インストール数 41
現在のバージョン 1.0.0
最終更新日 2022-05-07
公開日 2022-05-07
開発者 Brainmaker
Eメール [email protected]
支払い方法 free
ヘルプページのURL https://docs.google.com/document/d/1358mdPy5sHWpi-nRCqLnCa3mxB0GN40wF47XrXwLPmA/edit?usp=sharing
対応言語 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"
    }
}