Open SoundCloud Coverart
Grab raw coverart of songs. 1. Open your favorite song 2. Right click in the tab 3. Coverart image file will be opened in a new tab
Wat is Open SoundCloud Coverart?
Open SoundCloud Coverart is een Chrome-extensie ontwikkeld door polamjag, en de belangrijkste functie is "Grab raw coverart of songs. 1. Open your favorite song 2. Right click in the tab 3. Coverart image file will be opened in a new tab".
Extensie Screenshots
Download het CRX-bestand van de extensie Open SoundCloud Coverart
Download Open SoundCloud Coverart-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
Grab raw coverart of songs. 1. Open your favorite song 2. Right click in the tab 3. Coverart image file will be opened in a new tab
Basisinformatie over de Extensie
Naam | Open SoundCloud Coverart |
ID | ofiobobdcodlnokoiljcaamamndgelcd |
Officiële URL | https://chromewebstore.google.com/detail/open-soundcloud-coverart/ofiobobdcodlnokoiljcaamamndgelcd |
Beschrijving | Grab raw coverart of songs. 1. Open your favorite song 2. Right click in the tab 3. Coverart image file will be opened in a new tab |
Bestandsgrootte | 4.42 KB |
Aantal Installaties | 997 |
Huidige Versie | 0.2.0 |
Laatst Bijgewerkt | 2022-11-06 |
Publicatiedatum | 2019-02-04 |
Beoordeling | 3.46/5 Totaal 13 Beoordelingen |
Ontwikkelaar | polamjag |
[email protected] | |
Betalingswijze | free |
Extensiewebsite | https://github.com/polamjag/chrome-open-soundcloud-artwork |
Help Pagina-URL | https://github.com/polamjag/chrome-open-soundcloud-artwork/issues |
Ondersteunde Talen | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Open SoundCloud Coverart", "version": "0.2.0", "manifest_version": 3, "permissions": [ "contextMenus" ], "host_permissions": [ "https:\/\/soundcloud.com\/*" ], "content_scripts": [ { "matches": [ "https:\/\/soundcloud.com\/*" ], "js": [ "js\/content.js" ] } ], "background": { "service_worker": "js\/main.js" }, "icons": { "16": "icon-128.png", "128": "icon-128.png" } } |