Soundgasm download button

Add a download button to soundgasm.net audio files.

Wat is Soundgasm download button?

Soundgasm download button is een Chrome-extensie ontwikkeld door SamVK, en de belangrijkste functie is "Add a download button to soundgasm.net audio files.".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Soundgasm download button

Download Soundgasm download button-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam Soundgasm download button Soundgasm download button
ID cjeifmdoeaaikaecamnflombdjcmocja
Officiële URL https://chromewebstore.google.com/detail/soundgasm-download-button/cjeifmdoeaaikaecamnflombdjcmocja
Beschrijving Add a download button to soundgasm.net audio files.
Bestandsgrootte 10.13 KB
Aantal Installaties 10,693
Huidige Versie 1.2.2
Laatst Bijgewerkt 2022-03-29
Publicatiedatum 2020-05-09
Beoordeling 4.75/5 Totaal 24 Beoordelingen
Ontwikkelaar SamVK
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://github.com/samvk/soundnet-download-button
Help Pagina-URL https://samvk.com/contact
URL van de Privacybeleid Pagina https://samvk.com/docs/SamVK_PrivacyPolicy.pdf
Ondersteunde Talen 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"
            ]
        }
    ]
}