MP3 Player Online – LastPlayer.Online

Basic web MP3 player for your daily listening needs

Co to jest MP3 Player Online – LastPlayer.Online?

MP3 Player Online – LastPlayer.Online to rozszerzenie Chrome opracowane przez https://lastplayer.online, a jego główną funkcją jest „Basic web MP3 player for your daily listening needs”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia MP3 Player Online – LastPlayer.Online

Pobierz pliki rozszerzeń MP3 Player Online – LastPlayer.Online w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        MP3 player that you can use to listen to your local MP3, FLAC and WAV music files
– simple interface
– integration with media controls of your browser and operation system
– track cover from file tags                    

Podstawowe informacje o rozszerzeniu

Nazwa MP3 Player Online – LastPlayer.Online MP3 Player Online – LastPlayer.Online
ID nkoipdagfegeelgahfaakgpkekhnlnme
Oficjalny URL https://chromewebstore.google.com/detail/mp3-player-online-%E2%80%93-lastp/nkoipdagfegeelgahfaakgpkekhnlnme
Opis Basic web MP3 player for your daily listening needs
Rozmiar pliku 436 KB
Liczba instalacji 6,454
Aktualna Wersja 0.0.5
Ostatnia Aktualizacja 2023-11-21
Data Publikacji 2021-03-01
Ocena 4.50/5 Łącznie 10 Oceny
Deweloper https://lastplayer.online
E-mail [email protected]
Typ Płatności free
Strona Rozszerzenia https://lastplayer.online/
Obsługiwane Języki en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "MP3 Player Online \u2013 LastPlayer.Online",
    "description": "Basic web MP3 player for your daily listening needs",
    "version": "0.0.5",
    "icons": {
        "16": "img\/icon16.png",
        "48": "img\/icon48.png",
        "128": "img\/icon128.png"
    },
    "background": {
        "persistent": false,
        "scripts": [
            "\/js\/1.min.js"
        ]
    },
    "permissions": [
        "storage"
    ],
    "browser_action": {
        "default_title": "MP3 Player Online \u2013 LastPlayer.Online",
        "default_icon": "img\/icon128.png"
    },
    "externally_connectable": {
        "matches": []
    },
    "web_accessible_resources": []
}