East Control
An extension that allows easy control of various media streaming websites.
什么是East Control?
East Control是由anickle060193开发的Chrome扩展程序,该扩展的主要功能是“An extension that allows easy control of various media streaming websites.”。
扩展截图
下载East Control扩展crx文件
下载East Control扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
A simple extension that adds a browser action to easily play/pause currently streaming content. Allows adding keyboard shortcuts for other various controls such as next, previous, like, dislike (depending on website support). On supported websites, also adds content playback speed controls. Allows you to speed up or slow down the audio/video (only supported on websites using HTML audio/video elements).
扩展基本信息
名称 | East Control |
ID | oanebiaiakkpfipgnkpmcpkjfnclbgfi |
官方URL | https://chromewebstore.google.com/detail/east-control/oanebiaiakkpfipgnkpmcpkjfnclbgfi |
简介 | An extension that allows easy control of various media streaming websites. |
文件大小 | 10.51 MB |
安装次数 | 720 |
当前版本 | 3.1.0.1 |
更新时间 | 2022-05-31 |
上架时间 | 2020-06-18 |
评分 | 4.79/5 共34次评分 |
开发者 | anickle060193 |
电子邮箱 | [email protected] |
付费类型 | free |
扩展官网 | https://github.com/anickle060193/easy_control |
支持的语言 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "East Control", "description": "An extension that allows easy control of various media streaming websites.", "version": "3.1.0.1", "manifest_version": 2, "minimum_chrome_version": "49", "icons": { "16": "icon16.png", "32": "icon32.png", "64": "icon64.png", "128": "icon128.png" }, "permissions": [ "clipboardWrite", "contextMenus", "idle", "notifications", "storage", "tabs", "https:\/\/*.pandora.com\/", "https:\/\/*.p-cdn.com\/", "https:\/\/*.p-cdn.us\/", "https:\/\/*.scdn.co\/", "https:\/\/*.cloudfront.net\/", "https:\/\/*.googleusercontent.com\/", "https:\/\/*.ggpht.com\/", "https:\/\/*.bcbits.com\/", "https:\/\/*.ssl-images-amazon.com\/", "https:\/\/*.amazonaws.com\/", "http:\/\/*.huluim.com\/", "https:\/\/static-cdn.jtvnw.net\/" ], "content_security_policy": "default-src 'none'; script-src 'self'; object-src 'none'; style-src 'self' 'unsafe-inline'; img-src 'self' data: blob: https:\/\/*.pandora.com\/ https:\/\/*.p-cdn.com\/ https:\/\/*.p-cdn.us\/ https:\/\/*.scdn.co\/ https:\/\/*.cloudfront.net\/ https:\/\/*.googleusercontent.com\/ https:\/\/*.ggpht.com\/ https:\/\/*.bcbits.com\/ https:\/\/*.ssl-images-amazon.com\/ https:\/\/*.amazonaws.com\/ https:\/\/*.media-amazon.com\/images\/ https:\/\/*.ssl-images-amazon.com\/images\/ https:\/\/static-cdn.jtvnw.net\/ https:\/\/*.hulu.com\/", "web_accessible_resources": [], "browser_action": { "default_icon": { "16": "icon16.png", "32": "icon32.png", "64": "icon64.png", "128": "icon128.png" } }, "background": { "persistent": true, "scripts": [ "background.bundle.js" ] }, "options_page": "options.html", "content_scripts": [ { "matches": [ "https:\/\/music.amazon.com\/*" ], "js": [ "amazonMusic.bundle.js" ], "all_frames": true }, { "matches": [ "https:\/\/www.amazon.com\/gp\/video\/*", "https:\/\/www.amazon.com\/Prime-Video\/*" ], "js": [ "amazonVideo.bundle.js" ], "all_frames": true }, { "matches": [ "https:\/\/*.bandcamp.com\/*" ], "js": [ "bandcamp.bundle.js" ], "all_frames": true }, { "matches": [ "https:\/\/play.google.com\/*" ], "js": [ "googlePlayMusic.bundle.js" ], "all_frames": true }, { "matches": [ "https:\/\/play.hbogo.com\/*" ], "js": [ "hboGo.bundle.js" ], "all_frames": true }, { "matches": [ "https:\/\/www.hulu.com\/*" ], "js": [ "hulu.bundle.js" ], "all_frames": true }, { "matches": [ "https:\/\/www.netflix.com\/*" ], "js": [ "netflix.bundle.js" ], "all_frames": true }, { "matches": [ "https:\/\/www.pandora.com\/*" ], "js": [ "pandora.bundle.js" ], "all_frames": true }, { "matches": [ "https:\/\/open.spotify.com\/*" ], "js": [ "spotify.bundle.js" ], "all_frames": true }, { "matches": [ "https:\/\/www.twitch.tv\/*" ], "js": [ "twitch.bundle.js" ], "all_frames": true }, { "matches": [ "https:\/\/www.youtube.com\/*" ], "js": [ "youtube.bundle.js" ], "all_frames": true }, { "matches": [ " |