AIRSTEP Play
Control the playback,loop,speed and pitch of video&audio. Compatible with major online video platforms and local audio&video files.
AIRSTEP Play란 무엇입니까?
AIRSTEP Play은(는) https://www.xsonicaudio.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Control the playback,loop,speed and pitch of video&audio. Compatible with major online video platforms and local audio&video files."입니다.
확장 프로그램 스크린샷
AIRSTEP Play 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Hands-free control of your YouTube lesson or music file as you learn, practice, jam and transcribe, so your hands and mind can 100% focus on the instrument instead of constantly touching the screen or keyboard. CHANGELOG: - Support ultimate-guitar.com (Courses and official Tab)
확장 프로그램 기본 정보
이름 | AIRSTEP Play |
ID | ojgiocfokgljoliedfipmfmljbijekab |
공식 URL | https://chromewebstore.google.com/detail/airstep-play/ojgiocfokgljoliedfipmfmljbijekab |
설명 | Control the playback,loop,speed and pitch of video&audio. Compatible with major online video platforms and local audio&video files. |
파일 크기 | 2.19 MB |
설치 횟수 | 2,324 |
현재 버전 | 1.2.8 |
최근 업데이트 | 2024-01-29 |
출시 날짜 | 2022-11-24 |
평점 | 5.00/5 총 1 개의 평점 |
개발자 | https://www.xsonicaudio.com |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://xsonicaudio.com/pages/airstepplay |
개인정보 보호 정책 페이지 URL | https://xsonicaudio.com/pages/privacy-policy |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "background": { "service_worker": "scripts\/background.js" }, "homepage_url": "https:\/\/xsonicaudio.com\/pages\/airstepplay", "default_locale": "en", "action": { "default_icon": { "48": "assets\/icon.png", "32": "assets\/icon.png", "24": "assets\/icon.png" }, "default_title": "__MSG_ExtName__", "default_popup": "popup.html" }, "content_scripts": [ { "css": [ "styles\/player.css" ], "js": [ "scripts\/vimeo.js", "scripts\/player.js" ], "matches": [ "*:\/\/*\/*" ], "run_at": "document_idle" }, { "all_frames": true, "match_about_blank": true, "run_at": "document_idle", "matches": [ "*:\/\/*\/*" ], "js": [ "scripts\/iframePlayer.js" ] } ], "description": "__MSG_ExtDescription__", "icons": { "128": "assets\/icon.png", "16": "assets\/icon.png", "32": "assets\/icon.png", "48": "assets\/icon.png" }, "web_accessible_resources": [ { "resources": [ "\/scripts\/*", "\/assets\/*", "\/assets\/*\/*" ], "matches": [ "*:\/\/*\/*" ] } ], "manifest_version": 3, "name": "__MSG_ExtName__", "permissions": [ "storage", "background", "tabs" ], "version": "1.2.8" } |