Cringe Music downloader

Cringe music downloader for the Cringe Soundboard app

Cringe Music downloader là gì?

Cringe Music downloader là một tiện ích mở rộng Chrome được phát triển bởi https://dactec.nl, và tính năng chính của nó là "Cringe music downloader for the Cringe Soundboard app".

Ả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 Cringe Music downloader

Tải xuống các tệp mở rộng Cringe Music downloader 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

                        -- 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.                    

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

Tên Cringe Music downloader Cringe Music downloader
ID gcdgnmpmbngdkpbgimbmhdpeneghbnoo
URL Chính Thức https://chromewebstore.google.com/detail/cringe-music-downloader/gcdgnmpmbngdkpbgimbmhdpeneghbnoo
Mô tả Cringe music downloader for the Cringe Soundboard app
Kích Thước Tệp 1.46 MB
Số Lần Cài Đặt 44
Phiên Bản Hiện Tại 1.3
Cập Nhật Lần Cuối 2019-12-29
Ngày Phát Hành 2019-12-29
Nhà Phát Triển https://dactec.nl
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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
}