Soundgasm download button

Add a download button to soundgasm.net audio files.

Cos'è Soundgasm download button?

Soundgasm download button è un'estensione di Chrome sviluppata da SamVK, e la sua funzione principale è "Add a download button to soundgasm.net audio files.".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Soundgasm download button

Scarica i file di estensione Soundgasm download button in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome Soundgasm download button Soundgasm download button
ID cjeifmdoeaaikaecamnflombdjcmocja
URL Ufficiale https://chromewebstore.google.com/detail/soundgasm-download-button/cjeifmdoeaaikaecamnflombdjcmocja
Descrizione Add a download button to soundgasm.net audio files.
Dimensione del File 10.13 KB
Conteggio Installazioni 10,693
Versione Corrente 1.2.2
Ultimo Aggiornamento 2022-03-29
Data di Pubblicazione 2020-05-09
Valutazione 4.75/5 Totale 24 Valutazioni
Sviluppatore SamVK
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://github.com/samvk/soundnet-download-button
URL della Pagina di Aiuto https://samvk.com/contact
URL della Pagina della Politica sulla Privacy https://samvk.com/docs/SamVK_PrivacyPolicy.pdf
Lingue Supportate 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"
            ]
        }
    ]
}