MP3 Player Online – LastPlayer.Online

Basic web MP3 player for your daily listening needs

Cos'è MP3 Player Online – LastPlayer.Online?

MP3 Player Online – LastPlayer.Online è un'estensione di Chrome sviluppata da https://lastplayer.online, e la sua funzione principale è "Basic web MP3 player for your daily listening needs".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione MP3 Player Online – LastPlayer.Online

Scarica i file di estensione MP3 Player Online – LastPlayer.Online in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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                    

Informazioni di Base sull'Estensione

Nome MP3 Player Online – LastPlayer.Online MP3 Player Online – LastPlayer.Online
ID nkoipdagfegeelgahfaakgpkekhnlnme
URL Ufficiale https://chromewebstore.google.com/detail/mp3-player-online-%E2%80%93-lastp/nkoipdagfegeelgahfaakgpkekhnlnme
Descrizione Basic web MP3 player for your daily listening needs
Dimensione del File 436 KB
Conteggio Installazioni 6,454
Versione Corrente 0.0.5
Ultimo Aggiornamento 2023-11-21
Data di Pubblicazione 2021-03-01
Valutazione 4.50/5 Totale 10 Valutazioni
Sviluppatore https://lastplayer.online
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://lastplayer.online/
Lingue Supportate 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": []
}