Tas-ix Radio Online
Listen to more than 20 radio via our extension!
What is Tas-ix Radio Online?
Tas-ix Radio Online is a Chrome extension developed by https://nabiev.uz, and its main feature is "Listen to more than 20 radio via our extension!".
Extension Screenshots
Download Tas-ix Radio Online Extension CRX File
Download Tas-ix Radio Online 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
Слушай Tas-ix Online Radio и более 20 интернет-радиостанций через наше расширение!
Extension Basic Information
Name | Tas-ix Radio Online |
ID | iobpgffblclkplcjbhmljnmbljnlmieh |
Official URL | https://chromewebstore.google.com/detail/tas-ix-radio-online/iobpgffblclkplcjbhmljnmbljnlmieh |
Description | Listen to more than 20 radio via our extension! |
File Size | 252 KB |
Installation Count | 56 |
Current Version | 3.0.0 |
Last Updated | 2020-02-27 |
Publish Date | 2020-02-26 |
Rating | 4.67/5 Total 3 Ratings |
Developer | https://nabiev.uz |
[email protected] | |
Payment Type | free |
Extension Website | http://nabiev.uz/ |
Help Page URL | http://nabiev.uz/ |
Supported Languages | en,ru |
manifest.json | |
{ "background": { "scripts": [ "js\/jquery-1.7.2.min.js", "js\/script\/soundmanager2-nodebug-jsmin.js", "js\/base.js", "js\/plmanager.js", "js\/bg.js", "js\/google-analytics-bundle.js", "js\/helper.js", "js\/ui.js" ] }, "browser_action": { "default_icon": "logo.png", "default_popup": "index.html", "default_title": "Tas-ix Radio Online" }, "commands": { "next": { "description": "Next Radio", "suggested_key": { "default": "Alt+X", "mac": "Alt+X" } }, "previous": { "description": "Previous Radio", "suggested_key": { "default": "Alt+Z", "mac": "Alt+Z" } }, "vol0": { "description": "Sound switch", "suggested_key": { "default": "Alt+C", "mac": "Alt+C" } } }, "default_locale": "ru", "description": "__MSG_appDesc__", "icons": { "128": "ico.png", "16": "ico.png", "48": "ico.png" }, "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAsbpOYkHgRz3zpnIgp4reg9gzPCkh\/Lcx3MnAz4bNiCrUy0IY6Sit3Erc6azCMNFj8h\/tg2qNv1GzopG+EGIzyCcWlSi75cDA+dTLqp6E7rYpdoBttAAc2pen4NU6Pw\/dmw2rhHsKWusLRh1VKLwd3XXJZQOyBxcaKP5P6XgdhShLBlaF9nrS3hjAk+K2hfNGq5TlYR41Wgj9a7j3yqBOhpunrK97wgToLq6BmUVVNs3QbZgbQ4KDS8PWsCKTt6udZI3zcqIiUBXS5CGfca\/Vjal9od31ysrkCRPKHGEt1MW\/SaKtPKKF1aF8KYYA8qzrZm8znksjj0dpecoiFWzrZwIDAQAB", "manifest_version": 2, "minimum_chrome_version": "25", "name": "Tas-ix Radio Online", "permissions": [ "http:\/\/*.nabiev.uz\/*", "https:\/\/www.google-analytics.com\/", "storage" ], "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "version": "3.0.0" } |