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 |
| 官方網址 | 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"
}
} | |