Radio Mode for YouTube™

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

Τι είναι το Radio Mode for YouTube™;

Το Radio Mode for YouTube™ είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://www.richard-stanton.com, και η κύρια λειτουργία του είναι "Replace background YouTube™ videos with more efficient audio, for less distractions.".

Στιγμιότυπα Επέκτασης

screenshot
screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης Radio Mode for YouTube™

Λήψη αρχείων επέκτασης Radio Mode for YouTube™ σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        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.                    

Βασικές Πληροφορίες Επέκτασης

Όνομα Radio Mode for YouTube™ Radio Mode for YouTube™
ID hhbjppdghagniamelnodbhnlbnpmipnm
Επίσημο URL https://chromewebstore.google.com/detail/radio-mode-for-youtube/hhbjppdghagniamelnodbhnlbnpmipnm
Περιγραφή Replace background YouTube™ videos with more efficient audio, for less distractions.
Μέγεθος Αρχείου 16.76 KB
Αριθμός Εγκαταστάσεων 1,483
Τρέχουσα Έκδοση 2.0.1
Τελευταία Ενημέρωση 2015-08-11
Ημερομηνία Δημοσίευσης 2015-08-10
Αξιολόγηση 4.02/5 Συνολικά 43 Αξιολογήσεις
Προγραμματιστής https://www.richard-stanton.com
Τύπος Πληρωμής free
Ιστότοπος Επέκτασης http://www.richard-stanton.com/youtube-radio/
Διεύθυνση URL της Σελίδας Βοήθειας http://www.richard-stanton.com/youtube-radio/
Υποστηριζόμενες Γλώσσες 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"
    }
}