AIRSTEP LOOPER
Loop your video by AIRSTEP.
AIRSTEP LOOPER란 무엇입니까?
AIRSTEP LOOPER은(는) https://www.xsonicaudio.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Loop your video by AIRSTEP."입니다.
확장 프로그램 스크린샷
AIRSTEP LOOPER 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Choose preset " Youtube(With Looper) " Looper key: The first press is LOOP IN, the second press is LOOP OUT, the third press is LOOP CLEAR. This extension is designed to support Youtube and Bilibili. The key instructions will not be displayed in full screen mode, but the functions are still valid. So we recommend using the full screen of the web page instead of the full screen of the player. If you have any questions, please let us know. AIRSTEP hardware required. 选择预设“Youtube(With Looper)”,使用Looper踩钉(踩钉E)。 第一次按下是LOOP IN, 第二次按下是LOOP OUT, 第三次按下是LOOP CLEAR。 该扩展支持Youtube、Bilibili。 除Youtube外,在全屏模式中,按键指示将不会显示,但是功能依旧有效。 所以我们推荐使用网页全屏而不是播放器全屏。 如果您有任何问题,请联系我们。
확장 프로그램 기본 정보
이름 | AIRSTEP LOOPER |
ID | mchjmffdcnmjfpnfhifcofichhmcabhg |
공식 URL | https://chromewebstore.google.com/detail/airstep-looper/mchjmffdcnmjfpnfhifcofichhmcabhg |
설명 | Loop your video by AIRSTEP. |
파일 크기 | 376 KB |
설치 횟수 | 475 |
현재 버전 | 1.4 |
최근 업데이트 | 2020-12-16 |
출시 날짜 | 2020-09-11 |
평점 | 5.00/5 총 4 개의 평점 |
개발자 | https://www.xsonicaudio.com |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://xsonicaudio.com/pages/airstep |
도움말 페이지 URL | https://xsonicaudio.com/pages/support |
지원되는 언어 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "AIRSTEP LOOPER", "version": "1.4", "description": "Loop your video by AIRSTEP.", "icons": { "16": "icons\/icon_16.png", "48": "icons\/icon_48.png", "128": "icons\/icon_128.png" }, "browser_action": { "default_icon": "icons\/icon_128.png", "default_title": "XSONIC Inc.", "default_popup": "popup.html" }, "background": { "persistent": false, "scripts": [ "background.js" ] }, "commands": { "clear": { "description": "LOOP CLEAR", "suggested_key": { "default": "Ctrl+Period", "mac": "MacCtrl+Period" } }, "loop": { "description": "LOOP", "suggested_key": { "default": "Ctrl+Comma", "mac": "MacCtrl+Comma" } } }, "content_scripts": [ { "matches": [ " |