SoundCloud Unblur

Unblur names and countries on SoundCloud!

SoundCloud Unblur क्या है?

SoundCloud Unblur christianscarlett21 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Unblur names and countries on SoundCloud!"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में SoundCloud Unblur एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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!                    

एक्सटेंशन की मूल जानकारी

नाम SoundCloud Unblur SoundCloud Unblur
ID alpccjokkfipkkknpblkpdhiiifcdogf
आधिकारिक URL https://chromewebstore.google.com/detail/soundcloud-unblur/alpccjokkfipkkknpblkpdhiiifcdogf
विवरण Unblur names and countries on SoundCloud!
फ़ाइल का आकार 17.98 KB
स्थापना संख्या 62
वर्तमान संस्करण 0.1.1.0
अंतिम अपडेट 2024-02-08
प्रकाशन तिथि 2023-05-14
रेटिंग 3.67/5 कुल 3 रेटिंग्स
डेवलपर christianscarlett21
ईमेल [email protected]
भुगतान के प्रकार free
गोपनीयता नीति पृष्ठ URL https://www.freeprivacypolicy.com/live/cec39284-f56d-4c9c-a570-b13b5f40cb27
समर्थित भाषाएँ 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"
    }
}