SoundCloud Unblur

Unblur names and countries on SoundCloud!

SoundCloud Unblurคืออะไร?

SoundCloud Unblur เป็นส่วนขยายของ Chrome ที่พัฒนาโดย christianscarlett21 และคุณลักษณะหลักของมันคือ "Unblur names and countries on SoundCloud!"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย SoundCloud Unblur

ดาวน์โหลดไฟล์ส่วนขยาย 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"
    }
}