Remote
Remote for your favorite player.
Remote là gì?
Remote là một tiện ích mở rộng Chrome được phát triển bởi remote-potato, và tính năng chính của nó là "Remote for your favorite player.".
Ả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 Remote
Tải xuống các tệp mở rộng Remote 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
Remote as the name entails, is a remote, but for your browser 🎉 Nowadays, most of the content is available through the browser. However your browser is not always accessible straight from your TV, so you end up displaying your computer's screen on your TV. Remote is the missing controller for your browser, especially when you're showing video content on TV.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | |
ID | hifbccioeoaheffkmedjiphppjpcbfeh |
URL Chính Thức | https://chrome.google.com/webstore/detail/remote/hifbccioeoaheffkmedjiphppjpcbfeh |
Mô tả | Remote for your favorite player. |
Kích Thước Tệp | 82.66 KB |
Số Lần Cài Đặt | 160 |
Phiên Bản Hiện Tại | 2.1.0 |
Cập Nhật Lần Cuối | 2017-11-04 |
Ngày Phát Hành | 2017-11-04 |
Đánh Giá | 5.00/5 Tổng số 1 Đánh Giá |
Nhà Phát Triển | remote-potato |
[email protected] | |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Remote", "description": "Remote for your favorite player.", "version": "2.1.0", "permissions": [ "tabs", "http:\/\/*\/*", "https:\/\/*\/*" ], "icons": { "128": "icon-128.png" }, "background": { "page": "background.html" }, "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "js": [ "injected.js" ], "css": [ "injected.css" ], "run_at": "document_end", "all_frames": true } ], "browser_action": { "default_title": "Remote for your favorite player.", "default_icon": "icon.png", "default_popup": "popup.html" }, "manifest_version": 2 } |