Cringe Music downloader

Cringe music downloader for the Cringe Soundboard app

Qu'est-ce que Cringe Music downloader ?

Cringe Music downloader est une extension Chrome développée par https://dactec.nl, et sa fonction principale est "Cringe music downloader for the Cringe Soundboard app".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Cringe Music downloader

Téléchargez les fichiers d'extension Cringe Music downloader au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

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

Informations de Base sur l'Extension

Nom Cringe Music downloader Cringe Music downloader
ID gcdgnmpmbngdkpbgimbmhdpeneghbnoo
URL Officiel https://chromewebstore.google.com/detail/cringe-music-downloader/gcdgnmpmbngdkpbgimbmhdpeneghbnoo
Description Cringe music downloader for the Cringe Soundboard app
Taille du Fichier 1.46 MB
Nombre d'Installations 44
Version Actuelle 1.3
Dernière Mise à Jour 2019-12-29
Date de Publication 2019-12-29
Développeur https://dactec.nl
Type de Paiement free
Langues Prises en Charge 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
}