AntenaPlay.ro Player Plus
Basic keybinds for AntenaPlay.ro player.
AntenaPlay.ro Player Plus란 무엇입니까?
AntenaPlay.ro Player Plus은(는) Romeo's Crazy Contraptions에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Basic keybinds for AntenaPlay.ro player."입니다.
확장 프로그램 스크린샷
AntenaPlay.ro Player Plus 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Adauga suport pentru keybinduri basic pe AntenaPlay.ro Left Arrow - Inapoi 5 seconde Right Arrow - Inainte 5 seconde Up arrow - Volum +10% Down arrow - Volum -10% F - Toggle fullscreen M - Toggle mute
확장 프로그램 기본 정보
이름 | AntenaPlay.ro Player Plus |
ID | mmpdnmiahophijpnalaningojfdnloal |
공식 URL | https://chromewebstore.google.com/detail/antenaplayro-player-plus/mmpdnmiahophijpnalaningojfdnloal |
설명 | Basic keybinds for AntenaPlay.ro player. |
파일 크기 | 8.36 KB |
설치 횟수 | 68 |
현재 버전 | 0.0.1 |
최근 업데이트 | 2020-12-09 |
출시 날짜 | 2020-12-08 |
개발자 | Romeo's Crazy Contraptions |
이메일 | [email protected] |
결제 유형 | free |
지원되는 언어 | ro |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "AntenaPlay.ro Player Plus", "version": "0.0.1", "description": "Basic keybinds for AntenaPlay.ro player.", "manifest_version": 2, "icons": { "128": "128.png" }, "content_scripts": [ { "matches": [ "https:\/\/*.antenaplay.ro\/*", "http:\/\/*.antenaplay.ro\/*", "https:\/\/antenaplay.ro\/*", "http:\/\/antenaplay.ro\/*" ], "run_at": "document_idle", "js": [ "inject.js" ] } ] } |