NSzx Music Player
Gathers all the links in a webpage and opens a music player with the songs (.mp3, .ogg, .flac, .m4a, etc.).
NSzx Music Playerとは何ですか?
NSzx Music Playerはhttps://nszx.frによって開発されたChromeの拡張機能で、その主な機能は「Gathers all the links in a webpage and opens a music player with the songs (.mp3, .ogg, .flac, .m4a, etc.).」です。
拡張機能のスクリーンショット
NSzx Music Player拡張機能のCRXファイルをダウンロード
NSzx Music Player拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
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
拡張機能の基本情報
名前 | NSzx Music Player |
ID | iinlmmcaihpbbpcgmfppbempfbiahmna |
公式URL | https://chromewebstore.google.com/detail/nszx-music-player/iinlmmcaihpbbpcgmfppbempfbiahmna |
説明 | Gathers all the links in a webpage and opens a music player with the songs (.mp3, .ogg, .flac, .m4a, etc.). |
ファイルサイズ | 4.43 MB |
インストール数 | 1,373 |
現在のバージョン | 1.1.2 |
最終更新日 | 2022-12-24 |
公開日 | 2020-06-08 |
評価 | 4.29/5 合計 17 レビュー |
開発者 | https://nszx.fr |
Eメール | [email protected] |
支払い方法 | free |
拡張機能のウェブサイト | https://github.com/NSzx/nszx-music-player |
ヘルプページのURL | https://nszx.fr/#contact |
対応言語 | 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": [ " |