Stop the Music
Pauses all playing YouTube videos.
Stop the Music là gì?
Stop the Music là một tiện ích mở rộng Chrome được phát triển bởi Roxton Labs, và tính năng chính của nó là "Pauses all playing YouTube videos.".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Stop the Music
Tải xuống các tệp mở rộng Stop the Music 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
Pauses all playing YouTube videos, even if Chrome is in the background. * Press once to pause, press again to resume (will only play the most recent video). * Right click to set keyboard shortcut (supports media keys).
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Stop the Music |
ID | mmkciobbhadaepjnfjllinlemhcmiihc |
URL Chính Thức | https://chromewebstore.google.com/detail/stop-the-music/mmkciobbhadaepjnfjllinlemhcmiihc |
Mô tả | Pauses all playing YouTube videos. |
Kích Thước Tệp | 10.84 KB |
Số Lần Cài Đặt | 213 |
Phiên Bản Hiện Tại | 1.0 |
Cập Nhật Lần Cuối | 2015-11-27 |
Ngày Phát Hành | 2015-11-27 |
Đánh Giá | 5.00/5 Tổng số 7 Đánh Giá |
Nhà Phát Triển | Roxton Labs |
Loại Thanh Toán | free |
Trang Web Mở Rộng | http://www.roxtonlabs.blogspot.com |
Ngôn Ngữ Được Hỗ Trợ | en-GB |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Stop the Music", "description": "Pauses all playing YouTube videos.", "version": "1.0", "author": "Roxton Labs", "browser_action": { "default_icon": "stopIcon.png", "default_title": "Click to pause\/resume background YouTube Videos.\nRight-click to set keyboard shortcut." }, "background": { "scripts": [ "background.js" ] }, "permissions": [ "activeTab", "contextMenus", "tabs", "http:\/\/*\/*", "https:\/\/*\/*" ], "commands": { "stop-the-music": { "suggested_key": { "default": "Ctrl+Shift+1" }, "description": "Pauses\/resumes background YouTube videos.", "global": true } } } |