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."입니다.

확장 프로그램 스크린샷

screenshot

East Control 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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 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": [
                ""
            ],
            "exclude_matches": [
                "https:\/\/music.amazon.com\/*",
                "https:\/\/www.amazon.com\/gp\/video\/*",
                "https:\/\/www.amazon.com\/Prime-Video\/*",
                "https:\/\/*.bandcamp.com\/*",
                "https:\/\/play.google.com\/*",
                "https:\/\/play.hbogo.com\/*",
                "https:\/\/www.hulu.com\/*",
                "https:\/\/www.netflix.com\/*",
                "https:\/\/www.pandora.com\/*",
                "https:\/\/open.spotify.com\/*",
                "https:\/\/www.twitch.tv\/*",
                "https:\/\/www.youtube.com\/*"
            ],
            "js": [
                "audioVideo.bundle.js"
            ],
            "all_frames": true
        }
    ],
    "commands": {
        "1_play_pause": {
            "description": "Plays\/Pause"
        },
        "2_next": {
            "description": "Next"
        },
        "3_previous": {
            "description": "Previous"
        },
        "3a_skip_backward": {
            "description": "Skip Backward"
        },
        "3b_skip_forward": {
            "description": "Skip Forward"
        },
        "4_like": {
            "description": "Like"
        },
        "5_unlike": {
            "description": "Unlike"
        },
        "6_dislike": {
            "description": "Dislike"
        },
        "7_undislike": {
            "description": "Undislike"
        },
        "8_volume_up": {
            "description": "Volume Up"
        },
        "9_volume_down": {
            "description": "Volume Down"
        },
        "a_copy_content_link": {
            "description": "Copy current content link"
        }
    }
}