SoundCloud Unblur
Unblur names and countries on SoundCloud!
Hvad er SoundCloud Unblur?
SoundCloud Unblur er en Chrome-udvidelse udviklet af christianscarlett21, og dens hovedfunktion er "Unblur names and countries on SoundCloud!".
Udvidelsesskærmbilleder
Download SoundCloud Unblur-udvidelses-CRX-fil
Download SoundCloud Unblur-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
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!
Grundlæggende oplysninger om udvidelsen
Navn | SoundCloud Unblur |
ID | alpccjokkfipkkknpblkpdhiiifcdogf |
Officiel URL | https://chromewebstore.google.com/detail/soundcloud-unblur/alpccjokkfipkkknpblkpdhiiifcdogf |
Beskrivelse | Unblur names and countries on SoundCloud! |
Filstørrelse | 17.98 KB |
Antal Installationer | 62 |
Nuværende Version | 0.1.1.0 |
Senest Opdateret | 2024-02-08 |
Udgivelsesdato | 2023-05-14 |
Bedømmelse | 3.67/5 Samlet 3 Bedømmelser |
Udvikler | christianscarlett21 |
[email protected] | |
Betalingsmetode | free |
URL til Fortrolighedspolitik Side | https://www.freeprivacypolicy.com/live/cec39284-f56d-4c9c-a570-b13b5f40cb27 |
Understøttede Sprog | 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" } } |