SoundCloud Unblur
Unblur names and countries on SoundCloud!
ما هو SoundCloud Unblur؟
SoundCloud Unblur هو إضافة Chrome تم تطويرها بواسطة christianscarlett21، والميزة الرئيسية لها هي "Unblur names and countries on SoundCloud!".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة SoundCloud Unblur
قم بتنزيل ملفات الامتداد SoundCloud Unblur بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات 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 |
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 |
عنوان صفحة سياسة الخصوصية | 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" } } |