Radio Mode for YouTube™

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

Radio Mode for YouTube™ là gì?

Radio Mode for YouTube™ là một tiện ích mở rộng Chrome được phát triển bởi https://www.richard-stanton.com, và tính năng chính của nó là "Replace background YouTube™ videos with more efficient audio, for less distractions.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Radio Mode for YouTube™

Tải xuống các tệp mở rộng Radio Mode for YouTube™ dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Radio Mode for YouTube™ Radio Mode for YouTube™
ID hhbjppdghagniamelnodbhnlbnpmipnm
URL Chính Thức https://chromewebstore.google.com/detail/radio-mode-for-youtube/hhbjppdghagniamelnodbhnlbnpmipnm
Mô tả Replace background YouTube™ videos with more efficient audio, for less distractions.
Kích Thước Tệp 16.76 KB
Số Lần Cài Đặt 1,483
Phiên Bản Hiện Tại 2.0.1
Cập Nhật Lần Cuối 2015-08-11
Ngày Phát Hành 2015-08-10
Đánh Giá 4.02/5 Tổng số 43 Đánh Giá
Nhà Phát Triển https://www.richard-stanton.com
Loại Thanh Toán free
Trang Web Mở Rộng http://www.richard-stanton.com/youtube-radio/
URL Trang Trợ Giúp http://www.richard-stanton.com/youtube-radio/
Ngôn Ngữ Được Hỗ Trợ 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"
    }
}