Soundgasm download button

Add a download button to soundgasm.net audio files.

Hvad er Soundgasm download button?

Soundgasm download button er en Chrome-udvidelse udviklet af SamVK, og dens hovedfunktion er "Add a download button to soundgasm.net audio files.".

Udvidelsesskærmbilleder

screenshot

Download Soundgasm download button-udvidelses-CRX-fil

Download Soundgasm download button-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        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.                    

Grundlæggende oplysninger om udvidelsen

Navn Soundgasm download button Soundgasm download button
ID cjeifmdoeaaikaecamnflombdjcmocja
Officiel URL https://chromewebstore.google.com/detail/soundgasm-download-button/cjeifmdoeaaikaecamnflombdjcmocja
Beskrivelse Add a download button to soundgasm.net audio files.
Filstørrelse 10.13 KB
Antal Installationer 10,693
Nuværende Version 1.2.2
Senest Opdateret 2022-03-29
Udgivelsesdato 2020-05-09
Bedømmelse 4.75/5 Samlet 24 Bedømmelser
Udvikler SamVK
E-mail [email protected]
Betalingsmetode free
Udvidelseswebsted https://github.com/samvk/soundnet-download-button
Hjælpeside-URL https://samvk.com/contact
URL til Fortrolighedspolitik Side https://samvk.com/docs/SamVK_PrivacyPolicy.pdf
Understøttede Sprog 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"
            ]
        }
    ]
}