WebExtension.net
Toggle dark mode
WebExtension.net

BandLab Music Downloader

View on Chrome Web Store
View BandLab Music Downloader Chrome Extension on Chrome Web Store
Add to bookmarks
5.0 (3 ratings)
1 new 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.

Download tracks/m4a/sound/video/mp4 from BandLab
Type
Extension
Users
756 users
11
videoscastmobile
View author page of videoscastmobile
Published
Published on June 12, 2024
Version 1.0.4
Manifest version
3
Updated
Updated on December 18, 2024
productivity/tools
Extension Category
View on Chrome Web Store
View BandLab Music Downloader 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",
    "manifest_version": 3,
    "name": "BandLab Music Downloader",
    "version": "1.0.4",
    "description": "Download tracks\/m4a\/sound\/video\/mp4 from BandLab",
    "permissions": [
        "storage"
    ],
    "host_permissions": [],
    "icons": {
        "32": "icons\/32.png",
        "128": "icons\/logo.png"
    },
    "background": {
        "service_worker": "background.js"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.bandlab.com\/*"
            ],
            "js": [
                "content_bandlab.js"
            ],
            "run_at": "document_start"
        },
        {
            "js": [
                "kodepayContent.js"
            ],
            "matches": [
                "https:\/\/kodepay.io\/*"
            ],
            "run_at": "document_start"
        }
    ],
    "action": {
        "default_icon": {
            "128": "icons\/logo.png"
        },
        "default_popup": "popup.html"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "popup.html",
                "price.html",
                "price.js",
                "price.json",
                "icons\/*",
                "js\/bandlab_inject.js",
                "popup.js",
                "kodepayContent.js"
            ],
            "matches": [
                "*:\/\/*\/*"
            ]
        }
    ]
}
WebExtension.net

Track and analyze Chrome Web Store extensions with comprehensive analytics and insights.

© 2024 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