Mixtape Highlighter for Soundcloud ☁️
Highlight Sounds Longer than 20min in Your Soundcloud Feed
Wat is Mixtape Highlighter for Soundcloud ☁️?
Mixtape Highlighter for Soundcloud ☁️ is een Chrome-extensie ontwikkeld door https://mattias.lol, en de belangrijkste functie is "Highlight Sounds Longer than 20min in Your Soundcloud Feed".
Extensie Screenshots
Download het CRX-bestand van de extensie Mixtape Highlighter for Soundcloud ☁️
Download Mixtape Highlighter for Soundcloud ☁️-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
Basisinformatie over de Extensie
Naam | Mixtape Highlighter for Soundcloud ☁️ |
ID | pddaifpblijaclmimpipblpopmljlpjm |
Officiële URL | https://chromewebstore.google.com/detail/mixtape-highlighter-for-s/pddaifpblijaclmimpipblpopmljlpjm |
Beschrijving | Highlight Sounds Longer than 20min in Your Soundcloud Feed |
Bestandsgrootte | 11.42 KB |
Aantal Installaties | 85 |
Huidige Versie | 1.3.0 |
Laatst Bijgewerkt | 2017-09-23 |
Publicatiedatum | 2017-09-23 |
Beoordeling | 4.50/5 Totaal 2 Beoordelingen |
Ontwikkelaar | https://mattias.lol |
[email protected] | |
Betalingswijze | free |
Ondersteunde Talen | 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" ] } ] } |