WebExtension.net
WebExtension.net
Toggle dark mode
WebExtension.net
WebExtension.net
Controls for Instagram Videos

Controls for Instagram Videos

View on Chrome Web Store
View Controls for Instagram Videos Chrome Extension on Chrome Web Store
Add to bookmarks
4.0 (313 ratings)
1 new ratings
0 views
This extension has been viewed 0 times
0 downloads
This extension has been downloaded 0 times

Data is synced from the Chrome Web Store. View the official store page for the most current information.

Adds video playback controls to Instagram videos embedded in web pages (seek bar, volume, play/pause, download video button).
Type
Extension
Users
80,000 users
10K
Website rehfeld.us
rehfeldchris
View author page of rehfeldchris
Featured Extension

Hand-picked for quality and usefulness

Published
Published on February 3, 2018
Version 1.33
Manifest version
3
Updated
Updated on February 7, 2023
make_chrome_yours/accessibility
Extension Category
Website
Visit developer website
View on Chrome Web Store
View Controls for Instagram Videos Chrome Extension on Chrome Web Store
Share This Extension
Share on Twitter
Share on Facebook
Share on LinkedIn
Share on Reddit
Share on Bluesky
Share on Pinterest

Extension Manifest

Copy manifest to clipboard
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "author": "Chris Rehfeld [email protected]",
    "homepage_url": "http:\/\/rehfeld.us\/browser-extensions\/controls-for-instagram",
    "name": "Controls for Instagram Videos",
    "short_name": "Ctrls4Insta",
    "description": "Adds video playback controls to Instagram videos embedded in web pages (seek bar, volume, play\/pause, download video button).",
    "version": "1.33",
    "minimum_chrome_version": "88",
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*.instagram.com\/*"
            ],
            "all_frames": true,
            "js": [
                "Stackframe.js",
                "ErrorStackParser.js",
                "ic-util.js",
                "InstagramVideoControls.js",
                "ic-content-script-init.js"
            ],
            "css": [
                "styles.css"
            ]
        }
    ],
    "background": {
        "service_worker": "ic-background.js"
    },
    "options_page": "options.html",
    "permissions": [
        "storage"
    ],
    "icons": {
        "16": "icons\/play-16x16.png",
        "48": "icons\/play-48x48.png",
        "128": "icons\/play-128x128.png"
    },
    "commands": {
        "volume-increase": {
            "suggested_key": {
                "default": "Ctrl+Up",
                "mac": "Command+Up"
            },
            "description": "Increase video volume"
        },
        "volume-decrease": {
            "suggested_key": {
                "default": "Ctrl+Down",
                "mac": "Command+Down"
            },
            "description": "Decrease video volume"
        },
        "playback-speed-increase": {
            "suggested_key": {
                "default": "Alt+Up",
                "mac": "Alt+Up"
            },
            "description": "Increase video playback speed"
        },
        "playback-speed-decrease": {
            "suggested_key": {
                "default": "Alt+Down",
                "mac": "Alt+Down"
            },
            "description": "Decrease video playback speed"
        },
        "playback-speed-reset": {
            "description": "Reset video playback speed to 1.0"
        }
    }
}
© 2025 WebExtension.net. All rights reserved.
Disclaimer: WebExtension.net is not affiliated with Google or the Chrome Web Store. All product names, logos, and brands are property of their respective owners. All extension data is collected from publicly available sources.
Go to top