SoundCloud Unblur
Unblur names and countries on SoundCloud!
Co to jest SoundCloud Unblur?
SoundCloud Unblur to rozszerzenie Chrome opracowane przez christianscarlett21, a jego główną funkcją jest „Unblur names and countries on SoundCloud!”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia SoundCloud Unblur
Pobierz pliki rozszerzeń SoundCloud Unblur w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
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!
Podstawowe informacje o rozszerzeniu
Nazwa | SoundCloud Unblur |
ID | alpccjokkfipkkknpblkpdhiiifcdogf |
Oficjalny URL | https://chromewebstore.google.com/detail/soundcloud-unblur/alpccjokkfipkkknpblkpdhiiifcdogf |
Opis | Unblur names and countries on SoundCloud! |
Rozmiar pliku | 17.98 KB |
Liczba instalacji | 62 |
Aktualna Wersja | 0.1.1.0 |
Ostatnia Aktualizacja | 2024-02-08 |
Data Publikacji | 2023-05-14 |
Ocena | 3.67/5 Łącznie 3 Oceny |
Deweloper | christianscarlett21 |
[email protected] | |
Typ Płatności | free |
Adres URL Strony Polityki Prywatności | https://www.freeprivacypolicy.com/live/cec39284-f56d-4c9c-a570-b13b5f40cb27 |
Obsługiwane Języki | 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" } } |