eRadio Web Extension
Easily add stations to eRadio
Vad är eRadio Web Extension?
eRadio Web Extension är en Chrome-tillägg utvecklad av George Sofianos, och dess huvudfunktion är "Easily add stations to eRadio".
Tilläggsskärmbilder
Ladda ner eRadio Web Extension-förlängningens CRX-fil
Ladda ner eRadio Web Extension-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
eRadio Web Extension allows you to add stations easily from TuneIn page with a press of a button.
Grundläggande Information om Tillägg
Namn | eRadio Web Extension |
ID | hfcmlafjdledobfkeadflgldbhfbljan |
Officiell webbadress | https://chromewebstore.google.com/detail/eradio-web-extension/hfcmlafjdledobfkeadflgldbhfbljan |
Beskrivning | Easily add stations to eRadio |
Filstorlek | 42.02 KB |
Antal Installationer | 45 |
Aktuell Version | 0.1 |
Senast Uppdaterad | 2016-11-02 |
Publiceringsdatum | 2016-11-02 |
Utvecklare | George Sofianos |
E-post | [email protected] |
Betalningssätt | free |
Stödda Språk | 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:\/\/*\/" ] } |