WebExtension.net
WebExtension.net

FastSave & Repost for Instagram

View on Chrome Web Store
View FastSave & Repost for Instagram Chrome Extension on Chrome Web Store
4.8 (2,156 ratings)

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

Download Instagram stories, save any IG video and photo. Make repost instagram reels to your feed.
Type
Extension
Users
700,000 users
InSave
View author page of InSave
Published
Published on July 3, 2023
Version 4.7.6
Manifest version
3
Updated
Updated on November 5, 2024
View on Chrome Web Store
View FastSave & Repost for Instagram Chrome Extension on Chrome Web Store
lifestyle/social
Extension Category

Extension Manifest

Copy manifest to clipboard
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "__MSG_appName__",
    "description": "__MSG_appDesc__",
    "default_locale": "en",
    "version": "4.7.6",
    "icons": {
        "32": "assets\/32.png",
        "64": "assets\/64.png",
        "128": "assets\/128.png"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "assets\/*",
                "js\/navigator.js",
                "js\/inject.js",
                "js\/instaStory.js"
            ],
            "matches": [
                "<all_urls>"
            ]
        }
    ],
    "host_permissions": [
        "<all_urls>"
    ],
    "permissions": [
        "storage",
        "cookies",
        "downloads",
        "tabs",
        "webRequest",
        "system.display",
        "declarativeNetRequest"
    ],
    "background": {
        "service_worker": "js\/background.js"
    },
    "content_scripts": [
        {
            "run_at": "document_start",
            "matches": [
                "<all_urls>"
            ],
            "js": [
                "js\/extension.js",
                "js\/transform.js",
                "js\/content.js",
                "js\/navigator.js"
            ],
            "css": [
                "css\/extension.css"
            ],
            "all_frames": true
        },
        {
            "matches": [
                "*:\/\/*.instagram.com\/*"
            ],
            "js": [
                "js\/injectHelper.js"
            ],
            "run_at": "document_start",
            "world": "MAIN"
        }
    ],
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self'"
    },
    "action": {
        "default_icon": "assets\/64.png",
        "default_popup": "html\/popup.html"
    }
}
WebExtension.net

Track and analyze Chrome Web Store extensions with comprehensive analytics and insights.

© 2024 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