SoundCloud Unblur

Unblur names and countries on SoundCloud!

Co je SoundCloud Unblur?

SoundCloud Unblur je rozšíření Chrome vyvinuté christianscarlett21, a jeho hlavní funkcí je „Unblur names and countries on SoundCloud!“.

Snímky obrazovky rozšíření

screenshot
screenshot
screenshot

Stáhnout soubor CRX rozšíření SoundCloud Unblur

Stáhněte si soubory rozšíření SoundCloud Unblur ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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!                    

Základní Informace o Rozšíření

Název SoundCloud Unblur SoundCloud Unblur
ID alpccjokkfipkkknpblkpdhiiifcdogf
Oficiální URL https://chromewebstore.google.com/detail/soundcloud-unblur/alpccjokkfipkkknpblkpdhiiifcdogf
Popis Unblur names and countries on SoundCloud!
Velikost souboru 17.98 KB
Počet instalací 62
Aktuální Verze 0.1.1.0
Poslední Aktualizace 2024-02-08
Datum Vydání 2023-05-14
Hodnocení 3.67/5 Celkem 3 Hodnocení
Vývojář christianscarlett21
E-mail [email protected]
Typ Platby free
URL Stránky Zásad Ochrany Soukromí https://www.freeprivacypolicy.com/live/cec39284-f56d-4c9c-a570-b13b5f40cb27
Podporované Jazyky 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"
    }
}