MP3 Player Online – LastPlayer.Online

Basic web MP3 player for your daily listening needs

Co je MP3 Player Online – LastPlayer.Online?

MP3 Player Online – LastPlayer.Online je rozšíření Chrome vyvinuté https://lastplayer.online, a jeho hlavní funkcí je „Basic web MP3 player for your daily listening needs“.

Snímky obrazovky rozšíření

screenshot

Stáhnout soubor CRX rozšíření MP3 Player Online – LastPlayer.Online

Stáhněte si soubory rozšíření MP3 Player Online – LastPlayer.Online ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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                    

Základní Informace o Rozšíření

Název MP3 Player Online – LastPlayer.Online MP3 Player Online – LastPlayer.Online
ID nkoipdagfegeelgahfaakgpkekhnlnme
Oficiální URL https://chromewebstore.google.com/detail/mp3-player-online-%E2%80%93-lastp/nkoipdagfegeelgahfaakgpkekhnlnme
Popis Basic web MP3 player for your daily listening needs
Velikost souboru 436 KB
Počet instalací 6,454
Aktuální Verze 0.0.5
Poslední Aktualizace 2023-11-21
Datum Vydání 2021-03-01
Hodnocení 4.50/5 Celkem 10 Hodnocení
Vývojář https://lastplayer.online
E-mail [email protected]
Typ Platby free
Webové stránky Rozšíření https://lastplayer.online/
Podporované Jazyky 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": []
}