Mixtape Highlighter for Soundcloud ☁️
Highlight Sounds Longer than 20min in Your Soundcloud Feed
Vad är Mixtape Highlighter for Soundcloud ☁️?
Mixtape Highlighter for Soundcloud ☁️ är en Chrome-tillägg utvecklad av https://mattias.lol, och dess huvudfunktion är "Highlight Sounds Longer than 20min in Your Soundcloud Feed".
Tilläggsskärmbilder
Ladda ner Mixtape Highlighter for Soundcloud ☁️-förlängningens CRX-fil
Ladda ner Mixtape Highlighter for Soundcloud ☁️-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
Grundläggande Information om Tillägg
| Namn | |
| ID | pddaifpblijaclmimpipblpopmljlpjm |
| Officiell webbadress | https://chromewebstore.google.com/detail/mixtape-highlighter-for-s/pddaifpblijaclmimpipblpopmljlpjm |
| Beskrivning | Highlight Sounds Longer than 20min in Your Soundcloud Feed |
| Filstorlek | 11.42 KB |
| Antal Installationer | 85 |
| Aktuell Version | 1.3.0 |
| Senast Uppdaterad | 2017-09-23 |
| Publiceringsdatum | 2017-09-23 |
| Betyg | 4.50/5 Totalt 2 Betyg |
| Utvecklare | https://mattias.lol |
| E-post | [email protected] |
| Betalningssätt | free |
| Stödda Språk | 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"
]
}
]
} | |