Soundgasm download button

Add a download button to soundgasm.net audio files.

Soundgasm download buttonคืออะไร?

Soundgasm download button เป็นส่วนขยายของ Chrome ที่พัฒนาโดย SamVK และคุณลักษณะหลักของมันคือ "Add a download button to soundgasm.net audio files."

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Soundgasm download button

ดาวน์โหลดไฟล์ส่วนขยาย 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
URL อย่างเป็นทางการ 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"
            ]
        }
    ]
}