SMG music display
An extension for SMG to show music of browser music players
Wat is SMG music display?
SMG music display is een Chrome-extensie ontwikkeld door smgmusicdisplay, en de belangrijkste functie is "An extension for SMG to show music of browser music players".
Extensie Screenshots
Download het CRX-bestand van de extensie SMG music display
Download SMG music display-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
Click the icon to see what music is playing in your tabs, supports a multitude of music players, among others, YouTube, SoundCloud and Last.fm.
For more information, visit the site https://smgmusicdisplay.com Basisinformatie over de Extensie
| Naam | |
| ID | onebnnoonaadbbdoanmpehnfmhdolmgh |
| Officiële URL | https://chromewebstore.google.com/detail/smg-music-display/onebnnoonaadbbdoanmpehnfmhdolmgh |
| Beschrijving | An extension for SMG to show music of browser music players |
| Bestandsgrootte | 311 KB |
| Aantal Installaties | 2,752 |
| Huidige Versie | 1.60 |
| Laatst Bijgewerkt | 2023-02-05 |
| Publicatiedatum | 2020-06-24 |
| Beoordeling | 3.50/5 Totaal 10 Beoordelingen |
| Ontwikkelaar | smgmusicdisplay |
| [email protected] | |
| Betalingswijze | free |
| Extensiewebsite | https://smgmusicdisplay.com/ |
| Help Pagina-URL | https://twitter.com/@smgmusicdisplay |
| Ondersteunde Talen | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "SMG music display",
"description": "An extension for SMG to show music of browser music players",
"version": "1.60",
"browser_action": {
"default_icon": "resources\/icon-60.png",
"default_popup": "src\/groovemarklet.html"
},
"background": {
"scripts": [
"dist\/main.js"
]
},
"content_scripts": [
{
"matches": [
"http:\/\/*\/*",
"https:\/\/*\/*"
],
"js": [
"lib\/jquery.min.js",
"lib\/smg-plugin-common\/dist\/smg_web.js",
"src\/foreground.js"
],
"run_at": "document_idle"
}
],
"permissions": [
"tabs",
"http:\/\/*\/*",
"https:\/\/*\/*",
"notifications"
]
} | |