Flash-Radio-2
Listen your favorite Internet radio station!
Flash-Radio-2 क्या है?
Flash-Radio-2 LittleVictor द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Listen your favorite Internet radio station!"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Flash-Radio-2 एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
The extension uses, installed on your system, Adobe Flash Player plug-in to play online audio streams. From the context menu, you can download M3U and PLS playlists directly from web-sites, as well as open the MP3 link. On the settings page: ~ You can make a list of your favorite stations. For group selection operations in the list use the combination CTRL + Mouse and SHIFT + Mouse. ~ Play starts by double-clicking on the selected record.
एक्सटेंशन की मूल जानकारी
नाम | Flash-Radio-2 |
ID | pokigghgoachjedfaajmldbgddlccgbi |
आधिकारिक URL | https://chromewebstore.google.com/detail/flash-radio-2/pokigghgoachjedfaajmldbgddlccgbi |
विवरण | Listen your favorite Internet radio station! |
फ़ाइल का आकार | 36 KB |
स्थापना संख्या | 468 |
वर्तमान संस्करण | 1.4.1 |
अंतिम अपडेट | 2014-01-20 |
प्रकाशन तिथि | 2014-01-20 |
रेटिंग | 3.59/5 कुल 29 रेटिंग्स |
डेवलपर | LittleVictor |
भुगतान के प्रकार | free |
समर्थित भाषाएँ | en,ru |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "__MSG_name__", "version": "1.4.1", "description": "__MSG_msg0__", "default_locale": "en", "background": { "scripts": [ "js\/background.js" ] }, "options_page": "options.html", "permissions": [ "contextMenus", "http:\/\/*\/*" ], "content_scripts": [ { "js": [ "js\/proxy.js" ], "all_frames": true, "matches": [ "http:\/\/littlevictor.narod2.ru\/Opera\/flash_player2\/*" ], "run_at": "document_end" } ], "browser_action": { "default_icon": "images\/error.png", "default_title": "__MSG_msg2__", "default_popup": "popup.html" }, "icons": { "128": "images\/icon-128.png", "64": "images\/icon-64.png", "16": "images\/play.png" } } |