Space bar for Bandcamp
Toggles play/pause in Bandcamp player via space bar
What is Space bar for Bandcamp?
Space bar for Bandcamp is a Chrome extension developed by Jindřich Mynarz, and its main feature is "Toggles play/pause in Bandcamp player via space bar".
Download Space bar for Bandcamp Extension CRX File
Download Space bar 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
Extension Basic Information
Name | |
ID | jggeglgoiffdjcggdhehlbjlhhpdnhfb |
Official URL | https://chrome.google.com/webstore/detail/space-bar-for-bandcamp/jggeglgoiffdjcggdhehlbjlhhpdnhfb |
Description | Toggles play/pause in Bandcamp player via space bar |
File Size | 7.17 KB |
Installation Count | 46 |
Current Version | 0.3 |
Last Updated | 2018-01-06 |
Publish Date | 2018-01-06 |
Rating | 5.00/5 Total 1 Ratings |
Developer | Jindřich Mynarz |
[email protected] | |
Payment Type | free |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Space bar for Bandcamp", "description": "Toggles play\/pause in Bandcamp player via space bar", "icons": { "48": "images\/icon_48.png", "128": "images\/icon_128.png" }, "version": "0.3", "content_scripts": [ { "matches": [ "https:\/\/*.bandcamp.com\/track\/*", "https:\/\/*.bandcamp.com\/album\/*" ], "js": [ "content.js" ], "run_at": "document_end" } ], "permissions": [ "activeTab" ] } |