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 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
-- 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.
확장 프로그램 기본 정보
이름 | Cringe Music downloader |
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 } |