WebExtension.net
WebExtension.net
Toggle dark mode
WebExtension.net
WebExtension.net
Save to Crates

Save to Crates

View on Chrome Web Store
View Save to Crates Chrome Extension on Chrome Web Store
Add to bookmarks
5.0 (4 ratings)
1 new ratings
26 views
This extension has been viewed 26 times
0 downloads
This extension has been downloaded 0 times

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

Save music to Crates!
Type
Extension
Users
185 users
1
Website crates.app
Crates
View author page of Crates
Published
Published on April 14, 2018
Version 1.11.0
Manifest version
3
Updated
Updated on October 6, 2025
productivity/tools
Extension Category
Website
Visit developer website
View on Chrome Web Store
View Save to Crates 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": "Save to Crates",
    "short_name": "Save to Crates",
    "version": "1.11.0",
    "description": "Save music to Crates!",
    "background": {
        "service_worker": "background.js",
        "type": "module"
    },
    "icons": {
        "32": "images\/icon32.png",
        "48": "images\/icon48.png",
        "64": "images\/icon64.png",
        "128": "images\/icon128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "<all_urls>"
            ],
            "js": [
                "tagify.min.js",
                "content.js"
            ],
            "css": [
                "tagify.css",
                "content.css"
            ]
        }
    ],
    "permissions": [
        "activeTab",
        "tabs",
        "contextMenus",
        "storage"
    ],
    "host_permissions": [
        "*:\/\/localhost\/*",
        "*:\/\/*.bandcamp.com\/*"
    ],
    "action": {
        "default_title": "Click to add current page to Crates"
    },
    "commands": {
        "save-to-crates-action": {
            "description": "Save to Crates",
            "suggested_key": {
                "default": "Ctrl+Shift+S",
                "linux": "Ctrl+Shift+S",
                "mac": "Command+Shift+S",
                "windows": "Ctrl+Shift+S"
            }
        }
    },
    "options_page": "options.html",
    "manifest_version": 3
}
© 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