Mixtape Highlighter for Soundcloud ☁️
Highlight Sounds Longer than 20min in Your Soundcloud Feed
Hvad er Mixtape Highlighter for Soundcloud ☁️?
Mixtape Highlighter for Soundcloud ☁️ er en Chrome-udvidelse udviklet af https://mattias.lol, og dens hovedfunktion er "Highlight Sounds Longer than 20min in Your Soundcloud Feed".
Udvidelsesskærmbilleder
Download Mixtape Highlighter for Soundcloud ☁️-udvidelses-CRX-fil
Download Mixtape Highlighter for Soundcloud ☁️-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
Grundlæggende oplysninger om udvidelsen
Navn | Mixtape Highlighter for Soundcloud ☁️ |
ID | pddaifpblijaclmimpipblpopmljlpjm |
Officiel URL | https://chromewebstore.google.com/detail/mixtape-highlighter-for-s/pddaifpblijaclmimpipblpopmljlpjm |
Beskrivelse | Highlight Sounds Longer than 20min in Your Soundcloud Feed |
Filstørrelse | 11.42 KB |
Antal Installationer | 85 |
Nuværende Version | 1.3.0 |
Senest Opdateret | 2017-09-23 |
Udgivelsesdato | 2017-09-23 |
Bedømmelse | 4.50/5 Samlet 2 Bedømmelser |
Udvikler | https://mattias.lol |
[email protected] | |
Betalingsmetode | free |
Understøttede Sprog | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Mixtape Highlighter for Soundcloud \u2601\ufe0f", "version": "1.3.0", "manifest_version": 2, "description": "Highlight Sounds Longer than 20min in Your Soundcloud Feed", "homepage_url": "http:\/\/mattias.lol", "author": "Mattias Hemmingsson", "short_name": "Mixtape Highlighter", "icons": { "16": "icons\/icon16.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "default_locale": "en", "permissions": [ "https:\/\/soundcloud.com\/*" ], "browser_action": { "default_icon": "icons\/icon32.png" }, "content_scripts": [ { "matches": [ "https:\/\/soundcloud.com\/*" ], "css": [ "inject\/inject.css" ] }, { "matches": [ "https:\/\/soundcloud.com\/*" ], "js": [ "inject\/sentinel.min.js" ] }, { "matches": [ "https:\/\/soundcloud.com\/*" ], "js": [ "inject\/mixtapeChecker.js" ] } ] } |