Cringe Music downloader

Cringe music downloader for the Cringe Soundboard app

Τι είναι το Cringe Music downloader;

Το Cringe Music downloader είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://dactec.nl, και η κύρια λειτουργία του είναι "Cringe music downloader for the Cringe Soundboard app".

Στιγμιότυπα Επέκτασης

screenshot

Λήψη αρχείου CRX της επέκτασης Cringe Music downloader

Λήψη αρχείων επέκτασης 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
}