SoundCloud Unblur
Unblur names and countries on SoundCloud!
SoundCloud Unblurとは何ですか?
SoundCloud Unblurはchristianscarlett21によって開発されたChromeの拡張機能で、その主な機能は「Unblur names and countries on SoundCloud!」です。
拡張機能のスクリーンショット
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!                     拡張機能の基本情報
| 名前 |  | 
| 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 | 
| Eメール | [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"
    }
} | |