NSzx Music Player
Gathers all the links in a webpage and opens a music player with the songs (.mp3, .ogg, .flac, .m4a, etc.).
Was ist NSzx Music Player?
NSzx Music Player ist eine Chrome-Erweiterung, die von https://nszx.fr entwickelt wurde, und ihr Hauptmerkmal ist "Gathers all the links in a webpage and opens a music player with the songs (.mp3, .ogg, .flac, .m4a, etc.).".
Erweiterungsscreenshots
NSzx Music Player-Erweiterungs-CRX-Datei herunterladen
Laden Sie NSzx Music Player-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
This extension is a client-side music player. It gathers all the links in a webpage and opens a media player with the musics (.mp3, .ogg, .flac, .m4a, etc.).
It works great with open directories. If you want to find open directories with musics, head this way : https://www.reddit.com/r/opendirectories
or use the integrated search box.
More about me: https://nszx.fr Grundlegende Informationen zur Erweiterung
| Name | |
| ID | iinlmmcaihpbbpcgmfppbempfbiahmna |
| Offizielle URL | https://chromewebstore.google.com/detail/nszx-music-player/iinlmmcaihpbbpcgmfppbempfbiahmna |
| Beschreibung | Gathers all the links in a webpage and opens a music player with the songs (.mp3, .ogg, .flac, .m4a, etc.). |
| Dateigröße | 4.43 MB |
| Installationsanzahl | 1,373 |
| Aktuelle Version | 1.1.2 |
| Letztes Update | 2022-12-24 |
| Veröffentlichungsdatum | 2020-06-08 |
| Bewertung | 4.29/5 Insgesamt 17 Bewertungen |
| Entwickler | https://nszx.fr |
| [email protected] | |
| Zahlungsart | free |
| Erweiterungswebsite | https://github.com/NSzx/nszx-music-player |
| Hilfeseite URL | https://nszx.fr/#contact |
| Unterstützte Sprachen | id,ms,de,en,en-GB,en-US,fil,fr,sw,nl,no,vi,tr,ca,da,et,es,es-419,hr,it,lv,lt,hu,pl,pt-BR,pt-PT,ro,sk,sl,fi,sv,cs,el,sr,bg,ru,uk,iw,fa,mr,hi,bn,gu,ta,te,kn-IN,ml,th,am-ET,ar,zh-CN,zh-TW,ja,ko |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "__MSG_extension_name__",
"author": "[email protected]",
"default_locale": "en",
"icons": {
"128": "images\/NSzxMusicPlayer128.png",
"48": "images\/icon48.png",
"32": "images\/icon32.png",
"16": "images\/icon16.png"
},
"version": "1.1.2",
"description": "__MSG_extension_description__",
"permissions": [
"activeTab",
"contextMenus",
"storage",
"https:\/\/nszx.fr\/"
],
"background": {
"scripts": [
"js\/listener.js"
]
},
"content_scripts": [
{
"matches": [
" | |