todoesradios
Un coso pa escucha radios
Wat is todoesradios?
todoesradios is een Chrome-extensie ontwikkeld door todoesverso, en de belangrijkste functie is "Un coso pa escucha radios".
Extensie Screenshots
Download het CRX-bestand van de extensie todoesradios
Download todoesradios-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
Una extensión ridícula de simple reproducir streams. Reproduce todos los formatos soportados por el navegador incluso m3u8.
Basisinformatie over de Extensie
Naam | todoesradios |
ID | ialfbpoaembfihaddegjhkkfbmkdbfbj |
Officiële URL | https://chromewebstore.google.com/detail/todoesradios/ialfbpoaembfihaddegjhkkfbmkdbfbj |
Beschrijving | Un coso pa escucha radios |
Bestandsgrootte | 995 KB |
Aantal Installaties | 14 |
Huidige Versie | 0.0.1 |
Laatst Bijgewerkt | 2018-01-02 |
Publicatiedatum | 2018-01-02 |
Beoordeling | 5.00/5 Totaal 2 Beoordelingen |
Ontwikkelaar | todoesverso |
[email protected] | |
Betalingswijze | free |
Extensiewebsite | https://github.com/todoesverso/todoesradio |
Help Pagina-URL | https://github.com/todoesverso/todoesradio |
Ondersteunde Talen | es-419 |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "todoesradios", "version": "0.0.1", "manifest_version": 2, "description": "Un coso pa escucha radios", "homepage_url": "https:\/\/github.com\/todoesverso\/todoesradio", "icons": { "16": "icons\/icon16.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "background": { "page": "src\/bg\/index.html", "persistent": true }, "options_ui": { "page": "src\/options\/index.html", "chrome_style": true }, "browser_action": { "default_icon": "icons\/icon19.png", "default_title": "todoesradios", "default_popup": "src\/popup\/index.html" }, "permissions": [ "storage" ] } |