eRadio Web Extension
Easily add stations to eRadio
Wat is eRadio Web Extension?
eRadio Web Extension is een Chrome-extensie ontwikkeld door George Sofianos, en de belangrijkste functie is "Easily add stations to eRadio".
Extensie Screenshots
Download het CRX-bestand van de extensie eRadio Web Extension
Download eRadio Web Extension-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
eRadio Web Extension allows you to add stations easily from TuneIn page with a press of a button.
Basisinformatie over de Extensie
Naam | eRadio Web Extension |
ID | hfcmlafjdledobfkeadflgldbhfbljan |
Officiële URL | https://chromewebstore.google.com/detail/eradio-web-extension/hfcmlafjdledobfkeadflgldbhfbljan |
Beschrijving | Easily add stations to eRadio |
Bestandsgrootte | 42.02 KB |
Aantal Installaties | 45 |
Huidige Versie | 0.1 |
Laatst Bijgewerkt | 2016-11-02 |
Publicatiedatum | 2016-11-02 |
Ontwikkelaar | George Sofianos |
[email protected] | |
Betalingswijze | free |
Ondersteunde Talen | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "eRadio Web Extension", "version": "0.1", "description": "Easily add stations to eRadio", "content_scripts": [ { "matches": [ "http:\/\/tunein.com\/*" ], "js": [ "libs\/jquery-2.1.4.min.js", "content.js" ], "run_at": "document_start" } ], "browser_action": { "default_icon": "icon32.png" }, "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "permissions": [ "http:\/\/*\/" ] } |