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 เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://www.xsonicaudio.com และคุณลักษณะหลักของมันคือ "Control the playback,loop,speed and pitch of video&audio. Compatible with major online video platforms and local audio&video files."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย AIRSTEP Play
ดาวน์โหลดไฟล์ส่วนขยาย 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"
}  |  |