Cringe Music downloader

Cringe music downloader for the Cringe Soundboard app

O que é Cringe Music downloader?

Cringe Music downloader é uma extensão do Chrome desenvolvida por https://dactec.nl, e sua principal característica é "Cringe music downloader for the Cringe Soundboard app".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão Cringe Music downloader

Baixe arquivos de extensão Cringe Music downloader no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

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

Informações Básicas da Extensão

Nome Cringe Music downloader Cringe Music downloader
ID gcdgnmpmbngdkpbgimbmhdpeneghbnoo
URL Oficial https://chromewebstore.google.com/detail/cringe-music-downloader/gcdgnmpmbngdkpbgimbmhdpeneghbnoo
Descrição Cringe music downloader for the Cringe Soundboard app
Tamanho do Arquivo 1.46 MB
Contagem de Instalações 44
Versão Atual 1.3
Última Atualização 2019-12-29
Data de Publicação 2019-12-29
Desenvolvedor https://dactec.nl
Tipo de Pagamento free
Idiomas Suportados 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
}