Flash-Radio-2

Listen your favorite Internet radio station!

Qu'est-ce que Flash-Radio-2 ?

Flash-Radio-2 est une extension Chrome développée par LittleVictor, et sa fonction principale est "Listen your favorite Internet radio station!".

Captures d'Écran de l'Extension

screenshot
screenshot

Télécharger le fichier CRX de l'extension Flash-Radio-2

Téléchargez les fichiers d'extension Flash-Radio-2 au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom Flash-Radio-2 Flash-Radio-2
ID pokigghgoachjedfaajmldbgddlccgbi
URL Officiel https://chromewebstore.google.com/detail/flash-radio-2/pokigghgoachjedfaajmldbgddlccgbi
Description Listen your favorite Internet radio station!
Taille du Fichier 36 KB
Nombre d'Installations 468
Version Actuelle 1.4.1
Dernière Mise à Jour 2014-01-20
Date de Publication 2014-01-20
Évaluation 3.59/5 Total 29 Évaluations
Développeur LittleVictor
Type de Paiement free
Langues Prises en Charge 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"
    }
}