Soundgasm download button

Add a download button to soundgasm.net audio files.

什麼是Soundgasm download button?

Soundgasm download button是由SamVK開發的Chrome擴展程式,該擴展的主要功能是“Add a download button to soundgasm.net audio files.”。

擴展截圖

screenshot

下載Soundgasm download button擴展crx文件

下載Soundgasm download button擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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.                    

擴展基本資訊

名稱 Soundgasm download button Soundgasm download button
ID cjeifmdoeaaikaecamnflombdjcmocja
官方網址 https://chromewebstore.google.com/detail/soundgasm-download-button/cjeifmdoeaaikaecamnflombdjcmocja
簡介 Add a download button to soundgasm.net audio files.
檔案大小 10.13 KB
安裝次數 10,693
目前版本 1.2.2
更新時間 2022-03-29
上架時間 2020-05-09
評分 4.75/5 共 24 次評分
開發者 SamVK
電子郵箱 [email protected]
付費類型 free
擴展官網 https://github.com/samvk/soundnet-download-button
說明頁面URL https://samvk.com/contact
隱私政策頁面URL https://samvk.com/docs/SamVK_PrivacyPolicy.pdf
支援的語言 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"
            ]
        }
    ]
}