SoundCloud Unblur

Unblur names and countries on SoundCloud!

什么是SoundCloud Unblur?

SoundCloud Unblur是由christianscarlett21开发的Chrome扩展程序,该扩展的主要功能是“Unblur names and countries on SoundCloud!”。

扩展截图

screenshot
screenshot
screenshot

下载SoundCloud Unblur扩展crx文件

下载SoundCloud Unblur扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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"
    }
}