Soundgasm download button
Add a download button to soundgasm.net audio files.
What is Soundgasm download button?
Soundgasm download button is a Chrome extension developed by SamVK, and its main feature is "Add a download button to soundgasm.net audio files.".
Extension Screenshots
Download Soundgasm download button Extension CRX File
Download Soundgasm download button 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
Soundgasm download button provides an easy way for users to download their favorite soundgasm.net audio files by providing a button to download the audio file with its track name and the artist's username included.
Extension Basic Information
Name | Soundgasm download button |
ID | cjeifmdoeaaikaecamnflombdjcmocja |
Official URL | https://chromewebstore.google.com/detail/soundgasm-download-button/cjeifmdoeaaikaecamnflombdjcmocja |
Description | Add a download button to soundgasm.net audio files. |
File Size | 10.13 KB |
Installation Count | 10,693 |
Current Version | 1.2.2 |
Last Updated | 2022-03-29 |
Publish Date | 2020-05-09 |
Rating | 4.75/5 Total 24 Ratings |
Developer | SamVK |
[email protected] | |
Payment Type | free |
Extension Website | https://github.com/samvk/soundnet-download-button |
Help Page URL | https://samvk.com/contact |
Privacy Policy Page URL | https://samvk.com/docs/SamVK_PrivacyPolicy.pdf |
Supported Languages | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Soundgasm download button", "manifest_version": 2, "version": "1.2.2", "description": "Add a download button to soundgasm.net audio files.", "author": "Sam Kauffman (SamVK)", "icons": { "16": "img\/icon\/icon-16.png", "48": "img\/icon\/icon-48.png", "128": "img\/icon\/icon-128.png" }, "content_scripts": [ { "matches": [ "https:\/\/*.soundgasm.net\/u\/*\/*" ], "css": [ "style.css" ], "js": [ "script.js" ] }, { "matches": [ "https:\/\/media.soundgasm.net\/sounds\/*" ], "css": [ "media.css" ], "js": [ "media.js" ] } ] } |