WebExtension.net
WebExtension.net

FastSave

View on Chrome Web Store
View FastSave Chrome Extension on Chrome Web Store
3.4 (302 ratings)
1 new ratings

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

Repost Instagram stories, save video, photo and Reels. Browse Instagram site like a mobile app.
Type
Extension
Users
900,000 users
wilosadi
View author page of wilosadi
Published
Published on November 30, 2021
Version 3.7.7
Manifest version
3
Updated
Updated on November 6, 2024
View on Chrome Web Store
View FastSave Chrome Extension on Chrome Web Store
lifestyle/entertainment
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": "3.7.7",
    "icons": {
        "16": "icons\/16.png",
        "32": "icons\/32.png",
        "64": "icons\/64.png",
        "128": "icons\/128.png"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "icons\/*",
                "js\/*",
                "js\/storyIn.js"
            ],
            "matches": [
                "<all_urls>"
            ]
        }
    ],
    "host_permissions": [
        "<all_urls>"
    ],
    "permissions": [
        "storage",
        "cookies",
        "webRequest",
        "downloads",
        "tabs",
        "system.display",
        "declarativeNetRequest"
    ],
    "background": {
        "service_worker": "js\/serviceWorker.js"
    },
    "content_scripts": [
        {
            "run_at": "document_start",
            "matches": [
                "<all_urls>"
            ],
            "js": [
                "js\/main.js",
                "js\/content.js",
                "js\/mobileTransform.js"
            ],
            "css": [
                "css\/main.css"
            ],
            "all_frames": true
        },
        {
            "matches": [
                "*:\/\/*.instagram.com\/*"
            ],
            "js": [
                "js\/inject.js"
            ],
            "run_at": "document_start",
            "world": "MAIN"
        }
    ],
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self'"
    },
    "action": {
        "default_popup": "popup\/popup.html"
    },
    "options_ui": {
        "page": "options.html",
        "open_in_tab": false
    }
}
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