Cringe Music downloader

Cringe music downloader for the Cringe Soundboard app

Hvad er Cringe Music downloader?

Cringe Music downloader er en Chrome-udvidelse udviklet af https://dactec.nl, og dens hovedfunktion er "Cringe music downloader for the Cringe Soundboard app".

Udvidelsesskærmbilleder

screenshot

Download Cringe Music downloader-udvidelses-CRX-fil

Download Cringe Music downloader-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

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

Grundlæggende oplysninger om udvidelsen

Navn Cringe Music downloader Cringe Music downloader
ID gcdgnmpmbngdkpbgimbmhdpeneghbnoo
Officiel URL https://chromewebstore.google.com/detail/cringe-music-downloader/gcdgnmpmbngdkpbgimbmhdpeneghbnoo
Beskrivelse Cringe music downloader for the Cringe Soundboard app
Filstørrelse 1.46 MB
Antal Installationer 44
Nuværende Version 1.3
Senest Opdateret 2019-12-29
Udgivelsesdato 2019-12-29
Udvikler https://dactec.nl
Betalingsmetode free
Understøttede Sprog 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
}