JOE FM
Zet JOE FM in je browser.
Cos'è JOE FM?
JOE FM è un'estensione di Chrome sviluppata da wouters_frederik, e la sua funzione principale è "Zet JOE FM in je browser.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione JOE FM
Scarica i file di estensione JOE FM 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
Luister naar JOE FM rechstreeks in je browser. Informazioni di Base sull'Estensione
| Nome | |
| ID | lfbmbnbgfgaclejpdahjegmbigjedbpj |
| URL Ufficiale | https://chromewebstore.google.com/detail/joe-fm/lfbmbnbgfgaclejpdahjegmbigjedbpj |
| Descrizione | Zet JOE FM in je browser. |
| Dimensione del File | 37.08 KB |
| Conteggio Installazioni | 80 |
| Versione Corrente | 4.1 |
| Ultimo Aggiornamento | 2019-03-08 |
| Data di Pubblicazione | 2019-03-08 |
| Valutazione | 4.50/5 Totale 2 Valutazioni |
| Sviluppatore | wouters_frederik |
| Tipo di Pagamento | free |
| Sito Web dell'Estensione | http://joe.be |
| URL della Pagina di Aiuto | http://joe.be/chrome |
| Lingue Supportate | nl |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "JOE FM",
"description": "Zet JOE FM in je browser.",
"version": "4.1",
"icons": {
"128": "logo_128.png"
},
"permissions": [
"notifications"
],
"browser_action": {
"name": "Click to start JOE FM stream",
"default_icon": "Q.png",
"default_popup": "popup.html"
},
"background": {
"page": "back.html"
},
"options_page": "options.html"
} | |