remoteOne
Enables controlling audio / video media (i.e. Youtube, Spotify, SoundCloud and more) across all tabs with a single button
remoteOne là gì?
remoteOne là một tiện ích mở rộng Chrome được phát triển bởi maliniak, và tính năng chính của nó là "Enables controlling audio / video media (i.e. Youtube, Spotify, SoundCloud and more) across all tabs with a single button".
Ả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 remoteOne
Tải xuống các tệp mở rộng remoteOne 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
It can play, pause, go to next or previous songs on all supported sites. Comes in handy when someone sends you, say, a Youtube video link and you happen to be listening to Spotify at the moment - just hit the appropriate button to pause Spotify without need to switch through the tabs. When you are done with that funny YT cats compilation video, you can simply resume your music :) It is also open source: https://github.com/maliniakh/remoteOne Supported sites: - Youtube - Spotify - SoundCloud - Mixcloud
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | |
ID | hmkoiabojmciofgiednpjdkfkbfojnki |
URL Chính Thức | https://chrome.google.com/webstore/detail/remoteone/hmkoiabojmciofgiednpjdkfkbfojnki |
Mô tả | Enables controlling audio / video media (i.e. Youtube, Spotify, SoundCloud and more) across all tabs with a single button |
Kích Thước Tệp | 516 KB |
Số Lần Cài Đặt | 125 |
Phiên Bản Hiện Tại | 1.3 |
Cập Nhật Lần Cuối | 2017-03-19 |
Ngày Phát Hành | 2017-03-19 |
Đánh Giá | 4.86/5 Tổng số 14 Đánh Giá |
Nhà Phát Triển | maliniak |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://github.com/maliniakh/remoteOne |
Ngôn Ngữ Được Hỗ Trợ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "remoteOne", "description": "Enables controlling audio \/ video media (i.e. Youtube, Spotify, SoundCloud and more) across all tabs with a single button", "version": "1.3", "browser_action": { "default_icon": "img\/remoteOne19.png", "default_popup": "popup.html" }, "permissions": [ "activeTab", "https:\/\/ajax.googleapis.com\/", "bookmarks", "tabs", "http:\/\/*\/*", "https:\/\/*\/*" ], "content_scripts": [ { "js": [ "lib\/jquery-2.1.4.min.js", "lib\/purl.js", "lib\/jquery.waitForElement.js", "sites\/site.js", "sites\/youtube.js", "sites\/soundcloud.js", "sites\/mixcloud.js", "sites\/spotify.js", "sites\/mynoise.js", "content-script.js" ], "matches": [ "https:\/\/www.youtube.com\/*", "https:\/\/soundcloud.com\/*", "https:\/\/www.mixcloud.com\/*", "https:\/\/play.spotify.com\/*", "http:\/\/mynoise.net\/NoiseMachines\/*" ] } ] } |