Radio Mode for YouTube™

Replace background YouTube™ videos with more efficient audio, for less distractions.

Was ist Radio Mode for YouTube™?

Radio Mode for YouTube™ ist eine Chrome-Erweiterung, die von https://www.richard-stanton.com entwickelt wurde, und ihr Hauptmerkmal ist "Replace background YouTube™ videos with more efficient audio, for less distractions.".

Erweiterungsscreenshots

screenshot
screenshot
screenshot

Radio Mode for YouTube™-Erweiterungs-CRX-Datei herunterladen

Laden Sie Radio Mode for YouTube™-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

                        Radio Mode for YouTube™ removes the video from the page, leaving just the audio, for less distractions.


Ever listen to music on YouTube in the background? Ever see your computer slow down or hear the fans start spinning?

Simply click the Radio icon in the YouTube player to remove the video. If you are playing a playlist, every video will be blanked out automatically.

* This only works with the HTML5 YouTube player. Videos that are forced to play in Flash, such as VEVO, will not work with the plugin.
* This does not save on bandwidth, just CPU usage and potential distractions.

Usage based on a single video playing. CPU usage reduced by ~50%.

YouTube is a trademark of Google Inc. Use of this trademark is subject to Google Permissions.                    

Grundlegende Informationen zur Erweiterung

Name Radio Mode for YouTube™ Radio Mode for YouTube™
ID hhbjppdghagniamelnodbhnlbnpmipnm
Offizielle URL https://chromewebstore.google.com/detail/radio-mode-for-youtube/hhbjppdghagniamelnodbhnlbnpmipnm
Beschreibung Replace background YouTube™ videos with more efficient audio, for less distractions.
Dateigröße 16.76 KB
Installationsanzahl 1,483
Aktuelle Version 2.0.1
Letztes Update 2015-08-11
Veröffentlichungsdatum 2015-08-10
Bewertung 4.02/5 Insgesamt 43 Bewertungen
Entwickler https://www.richard-stanton.com
Zahlungsart free
Erweiterungswebsite http://www.richard-stanton.com/youtube-radio/
Hilfeseite URL http://www.richard-stanton.com/youtube-radio/
Unterstützte Sprachen en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Radio Mode for YouTube\u2122",
    "description": "Replace background YouTube\u2122 videos with more efficient audio, for less distractions.",
    "short_name": "YouTube\u2122 Radio",
    "version": "2.0.1",
    "author": "Richard Stanton",
    "minimum_chrome_version": "34",
    "background": {
        "persistent": false,
        "scripts": [
            "js\/background.js"
        ]
    },
    "permissions": [
        "http:\/\/*.youtube.com\/",
        "https:\/\/*.youtube.com\/",
        "tabs",
        "storage"
    ],
    "page_action": {
        "default_icon": "img\/on.png",
        "default_title": "YouTube\u2122 Radio"
    },
    "icons": {
        "128": "img\/icon.png"
    }
}