SoundCloud Unblur
Unblur names and countries on SoundCloud!
SoundCloud Unblur là gì?
SoundCloud Unblur là một tiện ích mở rộng Chrome được phát triển bởi christianscarlett21, và tính năng chính của nó là "Unblur names and countries on SoundCloud!".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng SoundCloud Unblur
Tải xuống các tệp mở rộng SoundCloud Unblur dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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!
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | SoundCloud Unblur |
ID | alpccjokkfipkkknpblkpdhiiifcdogf |
URL Chính Thức | https://chromewebstore.google.com/detail/soundcloud-unblur/alpccjokkfipkkknpblkpdhiiifcdogf |
Mô tả | Unblur names and countries on SoundCloud! |
Kích Thước Tệp | 17.98 KB |
Số Lần Cài Đặt | 62 |
Phiên Bản Hiện Tại | 0.1.1.0 |
Cập Nhật Lần Cuối | 2024-02-08 |
Ngày Phát Hành | 2023-05-14 |
Đánh Giá | 3.67/5 Tổng số 3 Đánh Giá |
Nhà Phát Triển | christianscarlett21 |
[email protected] | |
Loại Thanh Toán | free |
URL Trang Chính Sách Bảo Mật | https://www.freeprivacypolicy.com/live/cec39284-f56d-4c9c-a570-b13b5f40cb27 |
Ngôn Ngữ Được Hỗ Trợ | 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" } } |