Flash-Radio-2

Listen your favorite Internet radio station!

Was ist Flash-Radio-2?

Flash-Radio-2 ist eine Chrome-Erweiterung, die von LittleVictor entwickelt wurde, und ihr Hauptmerkmal ist "Listen your favorite Internet radio station!".

Erweiterungsscreenshots

screenshot
screenshot

Flash-Radio-2-Erweiterungs-CRX-Datei herunterladen

Laden Sie Flash-Radio-2-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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.                    

Grundlegende Informationen zur Erweiterung

Name Flash-Radio-2 Flash-Radio-2
ID pokigghgoachjedfaajmldbgddlccgbi
Offizielle URL https://chromewebstore.google.com/detail/flash-radio-2/pokigghgoachjedfaajmldbgddlccgbi
Beschreibung Listen your favorite Internet radio station!
Dateigröße 36 KB
Installationsanzahl 468
Aktuelle Version 1.4.1
Letztes Update 2014-01-20
Veröffentlichungsdatum 2014-01-20
Bewertung 3.59/5 Insgesamt 29 Bewertungen
Entwickler LittleVictor
Zahlungsart free
Unterstützte Sprachen 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"
    }
}