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」です。

拡張機能のスクリーンショット

screenshot

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.                    

拡張機能の基本情報

名前 Cringe Music downloader 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
}