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.」です。
拡張機能のスクリーンショット
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. 拡張機能の基本情報
| 名前 | |
| 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 |
| Eメール | [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"
]
}
]
} | |