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文件
下載AIRSTEP Play擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
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 |
官方網址 | 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" } |