better feed for bandcamp

description.

What is better feed for bandcamp?

better feed for bandcamp is a Chrome extension developed by cracked protools, and its main feature is "description.".

Extension Screenshots

screenshot
screenshot
screenshot

Download better feed for bandcamp Extension CRX File

Download better feed for bandcamp extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        Replace the default bandcamp player with a better html embedding player.
Also adds embedding player to artist/labels' page and your collection page.                    

Extension Basic Information

Name better feed for bandcamp better feed for bandcamp
ID gpkbfofholjgdgeiihmahcomieglcapn
Official URL https://chromewebstore.google.com/detail/better-feed-for-bandcamp/gpkbfofholjgdgeiihmahcomieglcapn
Description description.
File Size 4.03 KB
Installation Count 64
Current Version 2.0
Last Updated 2023-07-12
Publish Date 2022-12-16
Developer cracked protools
Email [email protected]
Payment Type free
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "better feed for bandcamp",
    "description": "description.",
    "version": "2.0",
    "manifest_version": 3,
    "content_scripts": [
        {
            "run_at": "document_idle",
            "matches": [
                "*:\/\/*.bandcamp.com\/*",
                "*:\/\/bandcamp.com\/*"
            ],
            "js": [
                "content_script2.js"
            ]
        }
    ]
}