SoundCloud Unblur

Unblur names and countries on SoundCloud!

Qu'est-ce que SoundCloud Unblur ?

SoundCloud Unblur est une extension Chrome développée par christianscarlett21, et sa fonction principale est "Unblur names and countries on SoundCloud!".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension SoundCloud Unblur

Téléchargez les fichiers d'extension SoundCloud Unblur 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

                        Unblur hidden names and countries of your listeners on the Soundcloud Insights page.

Directions:
1. Navigate to your SoundCloud Insights page
2. Open the extension
3. Click on the cloud icon button
4. Read the names that were previously blurred!                    

Informations de Base sur l'Extension

Nom SoundCloud Unblur SoundCloud Unblur
ID alpccjokkfipkkknpblkpdhiiifcdogf
URL Officiel https://chromewebstore.google.com/detail/soundcloud-unblur/alpccjokkfipkkknpblkpdhiiifcdogf
Description Unblur names and countries on SoundCloud!
Taille du Fichier 17.98 KB
Nombre d'Installations 62
Version Actuelle 0.1.1.0
Dernière Mise à Jour 2024-02-08
Date de Publication 2023-05-14
Évaluation 3.67/5 Total 3 Évaluations
Développeur christianscarlett21
Email [email protected]
Type de Paiement free
URL de la Page de Politique de Confidentialité https://www.freeprivacypolicy.com/live/cec39284-f56d-4c9c-a570-b13b5f40cb27
Langues Prises en Charge en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "SoundCloud Unblur",
    "description": "Unblur names and countries on SoundCloud!",
    "version": "0.1.1.0",
    "manifest_version": 3,
    "permissions": [
        "activeTab"
    ],
    "action": {
        "default_popup": "popup.html",
        "default_icon": {
            "16": "\/images\/unblur16.png",
            "32": "\/images\/unblur32.png",
            "48": "\/images\/unblur48.png",
            "128": "\/images\/unblur128.png"
        }
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.soundcloud.com\/*"
            ],
            "js": [
                "content_script.js"
            ],
            "all_frames": true
        }
    ],
    "icons": {
        "16": "\/images\/unblur16.png",
        "32": "\/images\/unblur32.png",
        "48": "\/images\/unblur48.png",
        "128": "\/images\/unblur128.png"
    }
}