WebExtension.net
Toggle dark mode
WebExtension.net

Language Learning with Music™ (Beta)

View on Chrome Web Store
View Language Learning with Music™ (Beta) Chrome Extension on Chrome Web Store
Add to bookmarks
0.0 (0 ratings)
0 views
This extension has been viewed 0 times

Data is synced from the Chrome Web Store. View the official store page for the most current information.

Language Learning with Music extension (LLM)
Type
Extension
Users
33 users
3
App For Language
View author page of App For Language
Published
Published on January 17, 2023
Version 1.23.01.21
Manifest version
3
Updated
Updated on January 29, 2023
lifestyle/entertainment
Extension Category
Website
Visit developer website
View on Chrome Web Store
View Language Learning with Music™ (Beta) Chrome Extension on Chrome Web Store
Share This Extension
Share on Twitter
Share on Facebook
Share on LinkedIn
Share on Reddit
Share on Bluesky
Share on Pinterest

Extension Manifest

Copy manifest to clipboard
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Language Learning with Music\u2122 (Beta)",
    "description": "Language Learning with Music extension (LLM)",
    "default_locale": "en",
    "version": "1.23.01.21",
    "manifest_version": 3,
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self'"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/music.youtube.com\/*",
                "https:\/\/music.youtube.com\/*"
            ],
            "css": [
                "youtube_music\/styles.css"
            ],
            "js": [
                "youtube_music\/contentscript.js"
            ],
            "run_at": "document_start",
            "all_frames": false
        }
    ],
    "background": {
        "service_worker": "backgroundscript.js"
    },
    "action": {
        "default_icon": {
            "16": "images\/icon_16.png",
            "48": "images\/icon_48.png",
            "128": "images\/icon_128.png",
            "240": "images\/icon_240.png"
        },
        "default_title": "Language Learning with Music\u2122",
        "default_popup": "popup.html"
    },
    "icons": {
        "16": "images\/icon_16.png",
        "48": "images\/icon_48.png",
        "128": "images\/icon_128.png",
        "240": "images\/icon_240.png"
    },
    "permissions": [
        "storage"
    ],
    "host_permissions": [
        "https:\/\/clients5.google.com\/*",
        "*:\/\/music.youtube.com\/*"
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "*.*"
            ],
            "matches": [
                "*:\/\/*\/*"
            ]
        }
    ]
}
© 2025 WebExtension.net. All rights reserved.
Disclaimer: WebExtension.net is not affiliated with Google or the Chrome Web Store. All product names, logos, and brands are property of their respective owners. All extension data is collected from publicly available sources.
Go to top