AIRSTEP LOOPER

Loop your video by AIRSTEP.

AIRSTEP LOOPERคืออะไร?

AIRSTEP LOOPER เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://www.xsonicaudio.com และคุณลักษณะหลักของมันคือ "Loop your video by AIRSTEP."

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย AIRSTEP LOOPER

ดาวน์โหลดไฟล์ส่วนขยาย AIRSTEP LOOPER ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        Choose preset " Youtube(With Looper) "
Looper key:
The first press is LOOP IN, 
the second press is LOOP OUT, 
the third press is LOOP CLEAR.

This extension is designed to support Youtube and Bilibili.
The key instructions will not be displayed in full screen mode, but the functions are still valid.
So we recommend using the full screen of the web page instead of the full screen of the player.
If you have any questions, please let us know.

AIRSTEP hardware required.

选择预设“Youtube(With Looper)”,使用Looper踩钉(踩钉E)。
第一次按下是LOOP IN,
第二次按下是LOOP OUT,
第三次按下是LOOP CLEAR。

该扩展支持Youtube、Bilibili。
除Youtube外,在全屏模式中,按键指示将不会显示,但是功能依旧有效。
所以我们推荐使用网页全屏而不是播放器全屏。
如果您有任何问题,请联系我们。                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ AIRSTEP LOOPER AIRSTEP LOOPER
ID mchjmffdcnmjfpnfhifcofichhmcabhg
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/airstep-looper/mchjmffdcnmjfpnfhifcofichhmcabhg
คำอธิบาย Loop your video by AIRSTEP.
ขนาดไฟล์ 376 KB
จำนวนการติดตั้ง 475
เวอร์ชันปัจจุบัน 1.4
อัปเดตครั้งล่าสุด 2020-12-16
วันที่เผยแพร่ 2020-09-11
คะแนน 5.00/5 รวมทั้งหมด 4 คะแนน
ผู้พัฒนา https://www.xsonicaudio.com
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://xsonicaudio.com/pages/airstep
URL หน้าช่วยเหลือ https://xsonicaudio.com/pages/support
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "AIRSTEP LOOPER",
    "version": "1.4",
    "description": "Loop your video by AIRSTEP.",
    "icons": {
        "16": "icons\/icon_16.png",
        "48": "icons\/icon_48.png",
        "128": "icons\/icon_128.png"
    },
    "browser_action": {
        "default_icon": "icons\/icon_128.png",
        "default_title": "XSONIC Inc.",
        "default_popup": "popup.html"
    },
    "background": {
        "persistent": false,
        "scripts": [
            "background.js"
        ]
    },
    "commands": {
        "clear": {
            "description": "LOOP CLEAR",
            "suggested_key": {
                "default": "Ctrl+Period",
                "mac": "MacCtrl+Period"
            }
        },
        "loop": {
            "description": "LOOP",
            "suggested_key": {
                "default": "Ctrl+Comma",
                "mac": "MacCtrl+Comma"
            }
        }
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "content.js"
            ],
            "css": [
                "content.css"
            ],
            "run_at": "document_end"
        }
    ],
    "permissions": [
        "activeTab"
    ],
    "web_accessible_resources": [
        "images\/*.svg"
    ],
    "homepage_url": "https:\/\/www.xsonicaudio.com\/"
}