Soundgasm download button

Add a download button to soundgasm.net audio files.

Soundgasm download button là gì?

Soundgasm download button là một tiện ích mở rộng Chrome được phát triển bởi SamVK, và tính năng chính của nó là "Add a download button to soundgasm.net audio files.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Soundgasm download button

Tải xuống các tệp mở rộng Soundgasm download button dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Soundgasm download button Soundgasm download button
ID cjeifmdoeaaikaecamnflombdjcmocja
URL Chính Thức https://chromewebstore.google.com/detail/soundgasm-download-button/cjeifmdoeaaikaecamnflombdjcmocja
Mô tả Add a download button to soundgasm.net audio files.
Kích Thước Tệp 10.13 KB
Số Lần Cài Đặt 10,693
Phiên Bản Hiện Tại 1.2.2
Cập Nhật Lần Cuối 2022-03-29
Ngày Phát Hành 2020-05-09
Đánh Giá 4.75/5 Tổng số 24 Đánh Giá
Nhà Phát Triển SamVK
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://github.com/samvk/soundnet-download-button
URL Trang Trợ Giúp https://samvk.com/contact
URL Trang Chính Sách Bảo Mật https://samvk.com/docs/SamVK_PrivacyPolicy.pdf
Ngôn Ngữ Được Hỗ Trợ 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"
            ]
        }
    ]
}