Video Loop Extension

Easily loop a fragment of a video on any page

What is Video Loop Extension?

Video Loop Extension is a Chrome extension developed by Shinen, and its main feature is "Easily loop a fragment of a video on any page".

Extension Screenshots

screenshot
screenshot

Download Video Loop Extension Extension CRX File

Download Video Loop Extension extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

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

Extension Basic Information

Name Video Loop Extension Video Loop Extension
ID pjjegkmnecgplffcnehnnblfehajkojc
Official URL https://chromewebstore.google.com/detail/video-loop-extension/pjjegkmnecgplffcnehnnblfehajkojc
Description Easily loop a fragment of a video on any page
File Size 36.05 KB
Installation Count 236
Current Version 1.0.1
Last Updated 2021-11-16
Publish Date 2021-11-16
Rating 4.17/5 Total 6 Ratings
Developer Shinen
Email [email protected]
Payment Type free
Supported Languages 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"
    }
}