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 | 
| Eメール | [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"
}  |  |