Soundgasm download button

Add a download button to soundgasm.net audio files.

Was ist Soundgasm download button?

Soundgasm download button ist eine Chrome-Erweiterung, die von SamVK entwickelt wurde, und ihr Hauptmerkmal ist "Add a download button to soundgasm.net audio files.".

Erweiterungsscreenshots

screenshot

Soundgasm download button-Erweiterungs-CRX-Datei herunterladen

Laden Sie Soundgasm download button-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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.                    

Grundlegende Informationen zur Erweiterung

Name Soundgasm download button Soundgasm download button
ID cjeifmdoeaaikaecamnflombdjcmocja
Offizielle URL https://chromewebstore.google.com/detail/soundgasm-download-button/cjeifmdoeaaikaecamnflombdjcmocja
Beschreibung Add a download button to soundgasm.net audio files.
Dateigröße 10.13 KB
Installationsanzahl 10,693
Aktuelle Version 1.2.2
Letztes Update 2022-03-29
Veröffentlichungsdatum 2020-05-09
Bewertung 4.75/5 Insgesamt 24 Bewertungen
Entwickler SamVK
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite https://github.com/samvk/soundnet-download-button
Hilfeseite URL https://samvk.com/contact
URL der Datenschutzrichtlinien-Seite https://samvk.com/docs/SamVK_PrivacyPolicy.pdf
Unterstützte Sprachen 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"
            ]
        }
    ]
}