Video Loop Extension

Easily loop a fragment of a video on any page

Video Loop Extensionとは何ですか?

Video Loop ExtensionはShinenによって開発されたChromeの拡張機能で、その主な機能は「Easily loop a fragment of a video on any page」です。

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

screenshot
screenshot

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

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

拡張機能の使用方法

                        Easily loop a video on any page, setting starting time and end time to loop over and over until stopped.                    

拡張機能の基本情報

名前 Video Loop Extension Video Loop Extension
ID pjjegkmnecgplffcnehnnblfehajkojc
公式URL https://chromewebstore.google.com/detail/video-loop-extension/pjjegkmnecgplffcnehnnblfehajkojc
説明 Easily loop a fragment of a video on any page
ファイルサイズ 36.05 KB
インストール数 236
現在のバージョン 1.0.1
最終更新日 2021-11-16
公開日 2021-11-16
評価 4.17/5 合計 6 レビュー
開発者 Shinen
Eメール [email protected]
支払い方法 free
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Video Loop Extension",
    "description": "Easily loop a fragment of a video on any page",
    "version": "1.0.1",
    "manifest_version": 3,
    "background": {
        "service_worker": "background.js"
    },
    "permissions": [
        "tabs",
        "scripting"
    ],
    "host_permissions": [
        ""
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "imgs\/*"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "icons": {
        "128": "imgs\/logo.jpg"
    }
}