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)                     扩展基本信息
| 名称 |   |  
| 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"
}  |  |