todoesradios
Un coso pa escucha radios
What is todoesradios?
todoesradios is a Chrome extension developed by todoesverso, and its main feature is "Un coso pa escucha radios".
Extension Screenshots
Download todoesradios Extension CRX File
Download todoesradios extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
Una extensión ridícula de simple reproducir streams. Reproduce todos los formatos soportados por el navegador incluso m3u8.
Extension Basic Information
Name | todoesradios |
ID | ialfbpoaembfihaddegjhkkfbmkdbfbj |
Official URL | https://chromewebstore.google.com/detail/todoesradios/ialfbpoaembfihaddegjhkkfbmkdbfbj |
Description | Un coso pa escucha radios |
File Size | 995 KB |
Installation Count | 14 |
Current Version | 0.0.1 |
Last Updated | 2018-01-02 |
Publish Date | 2018-01-02 |
Rating | 5.00/5 Total 2 Ratings |
Developer | todoesverso |
[email protected] | |
Payment Type | free |
Extension Website | https://github.com/todoesverso/todoesradio |
Help Page URL | https://github.com/todoesverso/todoesradio |
Supported Languages | 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" ] } |