Soundgasm download button

Add a download button to soundgasm.net audio files.

Co to jest Soundgasm download button?

Soundgasm download button to rozszerzenie Chrome opracowane przez SamVK, a jego główną funkcją jest „Add a download button to soundgasm.net audio files.”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia Soundgasm download button

Pobierz pliki rozszerzeń Soundgasm download button w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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.                    

Podstawowe informacje o rozszerzeniu

Nazwa Soundgasm download button Soundgasm download button
ID cjeifmdoeaaikaecamnflombdjcmocja
Oficjalny URL https://chromewebstore.google.com/detail/soundgasm-download-button/cjeifmdoeaaikaecamnflombdjcmocja
Opis Add a download button to soundgasm.net audio files.
Rozmiar pliku 10.13 KB
Liczba instalacji 10,693
Aktualna Wersja 1.2.2
Ostatnia Aktualizacja 2022-03-29
Data Publikacji 2020-05-09
Ocena 4.75/5 Łącznie 24 Oceny
Deweloper SamVK
E-mail [email protected]
Typ Płatności free
Strona Rozszerzenia https://github.com/samvk/soundnet-download-button
Adres URL Strony Pomocy https://samvk.com/contact
Adres URL Strony Polityki Prywatności https://samvk.com/docs/SamVK_PrivacyPolicy.pdf
Obsługiwane Języki 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"
            ]
        }
    ]
}