Remote
Remote for your favorite player.
什麼是Remote?
Remote是由remote-potato開發的Chrome擴展程式,該擴展的主要功能是“Remote for your favorite player.”。
擴展截圖
下載Remote擴展crx文件
下載Remote擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
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.
擴展基本資訊
名稱 | |
ID | hifbccioeoaheffkmedjiphppjpcbfeh |
官方網址 | https://chrome.google.com/webstore/detail/remote/hifbccioeoaheffkmedjiphppjpcbfeh |
簡介 | Remote for your favorite player. |
檔案大小 | 82.66 KB |
安裝次數 | 160 |
目前版本 | 2.1.0 |
更新時間 | 2017-11-04 |
上架時間 | 2017-11-04 |
評分 | 5.00/5 共 1 次評分 |
開發者 | remote-potato |
電子郵箱 | [email protected] |
付費類型 | free |
支援的語言 | 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 } |