WebExtension.net
WebExtension.net
Toggle dark mode
WebExtension.net
WebExtension.net
InstaFlow Controller

InstaFlow Controller

View on Chrome Web Store
View InstaFlow Controller Chrome Extension on Chrome Web Store
Add to bookmarks
0.0 (0 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 an advanced media panel to Instagram and provides a wide range of unique features.
Type
Extension
Users
1 users
1
trznx
View author page of trznx
Published
Published on February 24, 2026
Version 1.2.1
Manifest version
3
Updated
Updated on February 28, 2026
lifestyle/social
Extension Category
View on Chrome Web Store
View InstaFlow Controller 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,
    "name": "__MSG_appName__",
    "version": "1.2.1",
    "description": "__MSG_appDesc__",
    "default_locale": "en",
    "permissions": [
        "storage",
        "clipboardWrite"
    ],
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "action": {
        "default_icon": {
            "16": "icons\/icon16.png",
            "48": "icons\/icon48.png",
            "128": "icons\/icon128.png"
        },
        "default_popup": "popup.html",
        "default_title": "InstaFlow Controller"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.instagram.com\/*"
            ],
            "js": [
                "scripts\/i18n\/locales.js",
                "scripts\/core\/config.js",
                "scripts\/core\/icons.js",
                "scripts\/core\/storage.js",
                "scripts\/ui\/volume-indicator.js",
                "scripts\/features\/auto-scroll.js",
                "scripts\/features\/background-play.js",
                "scripts\/ui\/hide-native-controls.js",
                "scripts\/features\/open-in-new-tab.js",
                "scripts\/features\/seekbar.js",
                "scripts\/features\/screenshot.js",
                "scripts\/features\/video-zoom.js",
                "scripts\/features\/blur-unfocus.js",
                "scripts\/features\/bass-boost.js",
                "scripts\/features\/like-color.js",
                "scripts\/features\/grayscale.js",
                "scripts\/features\/custom-font.js",
                "scripts\/core\/controller.js",
                "scripts\/core\/main.js"
            ],
            "css": [
                "styles\/base\/styles.css",
                "styles\/components\/seekbar.css",
                "styles\/components\/volume-indicator.css",
                "styles\/components\/hide-native-audio.css",
                "styles\/components\/video-zoom.css"
            ],
            "run_at": "document_idle"
        }
    ]
}
© 2026 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