Video Looper

Loop parts or multiple parts of any video on the web.

Video Looperとは何ですか?

Video Looperはstavsappによって開発されたChromeの拡張機能で、その主な機能は「Loop parts or multiple parts of any video on the web.」です。

拡張機能のスクリーンショット

screenshot
screenshot
screenshot

Video Looper拡張機能のCRXファイルをダウンロード

Video Looper拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        Loop any part of a video, or multiple parts, easily.

Just click on the extension icon and then `Create Repeat` to get started.

Choose the start and end time of the repeat loop; either by picking the current video time or by manually setting the times. You can also use the slider to quickly move the time.
Then you can pick how many times (or infinitely) to repeat the loops and also if you want any delays between repeats.

You can always add another repeat loop to the same video or reset the repeat counter.

All kinds of extra options available in the setting pages.

Great for learning a new instrument with tutorials, DIY videos and much more.

Enjoy :)

Works on almost all video hosting websites.                    

拡張機能の基本情報

名前 Video Looper Video Looper
ID cakhljgchfghghfapljifddkaomfijcn
公式URL https://chromewebstore.google.com/detail/video-looper/cakhljgchfghghfapljifddkaomfijcn
説明 Loop parts or multiple parts of any video on the web.
ファイルサイズ 269 KB
インストール数 2,947
現在のバージョン 0.0.4
最終更新日 2021-03-09
公開日 2019-12-04
評価 3.88/5 合計 8 レビュー
開発者 stavsapp
Eメール [email protected]
支払い方法 free
対応言語 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Video Looper",
    "version": "0.0.4",
    "description": "Loop parts or multiple parts of any video on the web.",
    "permissions": [
        "activeTab",
        "storage",
        "notifications",
        "declarativeContent"
    ],
    "background": {
        "page": "background.html",
        "persistent": false
    },
    "options_ui": {
        "page": "options.html",
        "open_in_tab": false
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "content-start.js"
            ],
            "run_at": "document_idle"
        }
    ],
    "web_accessible_resources": [
        "utils.js",
        "content-script.js",
        "content-start.js"
    ],
    "page_action": {
        "default_popup": "popup.html",
        "default_icon": {
            "16": "images\/VideoLooperImageLightRedBlue16.png",
            "48": "images\/VideoLooperImageLightRedBlue48.png",
            "128": "images\/VideoLooperImageLightRedBlue128.png"
        }
    },
    "icons": {
        "16": "images\/VideoLooperImageLightRedBlue16.png",
        "48": "images\/VideoLooperImageLightRedBlue48.png",
        "128": "images\/VideoLooperImageLightRedBlue128.png"
    },
    "manifest_version": 2
}