Mixtape Highlighter for Soundcloud ☁️
Highlight Sounds Longer than 20min in Your Soundcloud Feed
What is Mixtape Highlighter for Soundcloud ☁️?
Mixtape Highlighter for Soundcloud ☁️ is a Chrome extension developed by https://mattias.lol, and its main feature is "Highlight Sounds Longer than 20min in Your Soundcloud Feed".
Extension Screenshots
Download Mixtape Highlighter for Soundcloud ☁️ Extension CRX File
Download Mixtape Highlighter for Soundcloud ☁️ extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
Extension Basic Information
| Name | |
| ID | pddaifpblijaclmimpipblpopmljlpjm |
| Official URL | https://chromewebstore.google.com/detail/mixtape-highlighter-for-s/pddaifpblijaclmimpipblpopmljlpjm |
| Description | Highlight Sounds Longer than 20min in Your Soundcloud Feed |
| File Size | 11.42 KB |
| Installation Count | 85 |
| Current Version | 1.3.0 |
| Last Updated | 2017-09-23 |
| Publish Date | 2017-09-23 |
| Rating | 4.50/5 Total 2 Ratings |
| Developer | https://mattias.lol |
| [email protected] | |
| Payment Type | free |
| Supported Languages | 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"
]
}
]
} | |