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 |
| 电子邮箱 | [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"
]
}
]
} | |