Radio Area51 Publishing
Una semplice estensione per ascoltare Radio Area51 Publishing dal tuo Browser.
What is Radio Area51 Publishing?
Radio Area51 Publishing is a Chrome extension developed by https://www.dreamsiteradio.com, and its main feature is "Una semplice estensione per ascoltare Radio Area51 Publishing dal tuo Browser.".
Extension Screenshots
Download Radio Area51 Publishing Extension CRX File
Download Radio Area51 Publishing 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
Radio Area51 Publishing è la prima web radio interamente dedicata alla tua crescita personale. Scarica la nostra estensione per ascoltarci dal tuo browser.
Extension Basic Information
Name | |
ID | balpgnfgfilkegkkieppggjfblihfoca |
Official URL | https://chromewebstore.google.com/detail/radio-area51-publishing/balpgnfgfilkegkkieppggjfblihfoca |
Description | Una semplice estensione per ascoltare Radio Area51 Publishing dal tuo Browser. |
File Size | 968 KB |
Installation Count | 25 |
Current Version | 1.0 |
Last Updated | 2018-04-20 |
Publish Date | 2018-04-20 |
Developer | https://www.dreamsiteradio.com |
Payment Type | free |
Supported Languages | it |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Radio Area51 Publishing", "version": "1.0", "manifest_version": 2, "description": "Una semplice estensione per ascoltare Radio Area51 Publishing dal tuo Browser.", "browser_action": { "default_popup": "popup.html", "default_title": "Radio Area51 Publishing" }, "background": { "scripts": [ "background.js" ] }, "icons": { "16": "icons\/icon16.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "permissions": [ "background" ] } |