Cringe Music downloader
Cringe music downloader for the Cringe Soundboard app
什么是Cringe Music downloader?
Cringe Music downloader是由https://dactec.nl开发的Chrome扩展程序,该扩展的主要功能是“Cringe music downloader for the Cringe Soundboard app”。
扩展截图
下载Cringe Music downloader扩展crx文件
下载Cringe Music downloader扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
-- v1.3 fixes
- Bugfix sound could not be found, they changes their site structure again. Another try thats more waterproof i hope.
-- v1.2 fixes
- Fixed song title did not apply correctly after **** updated their site.
-- v1.1 fixes
- Fixed object storage sound got invalid extension
- Better error handling for fails
Download Cringe sounds from the TikTok music website.
DacTec B.V. is not affiliated with TikTok. All rights go to the respective owners. 扩展基本信息
| 名称 | |
| ID | gcdgnmpmbngdkpbgimbmhdpeneghbnoo |
| 官方URL | https://chromewebstore.google.com/detail/cringe-music-downloader/gcdgnmpmbngdkpbgimbmhdpeneghbnoo |
| 简介 | Cringe music downloader for the Cringe Soundboard app |
| 文件大小 | 1.46 MB |
| 安装次数 | 44 |
| 当前版本 | 1.3 |
| 更新时间 | 2019-12-29 |
| 上架时间 | 2019-12-29 |
| 开发者 | https://dactec.nl |
| 付费类型 | free |
| 支持的语言 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Cringe Music downloader",
"version": "1.3",
"description": "Cringe music downloader for the Cringe Soundboard app",
"background": {
"scripts": [
"background.js"
],
"persistent": false
},
"page_action": {
"default_popup": "popup.html",
"default_icon": {
"16": "images\/16.png",
"32": "images\/32.png",
"48": "images\/48.png",
"128": "images\/128.png"
}
},
"icons": {
"16": "images\/16.png",
"32": "images\/32.png",
"48": "images\/48.png",
"128": "images\/128.png"
},
"permissions": [
"declarativeContent",
"activeTab",
"downloads"
],
"manifest_version": 2
} | |