WebExtension.net
WebExtension.net

StoriesHub

View on Chrome Web Store
View StoriesHub Chrome Extension on Chrome Web Store
4.4 (575 ratings)

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

Watch Lives and Stories anonymously. Record and download Lives. Upload photo and video to Stories.
Type
Extension
Users
100,000 users
Stories_extension
View author page of Stories_extension
Featured Extension

Hand-picked for quality and usefulness

Published
Published on January 7, 2021
Version 2.0.3
Manifest version
3
Updated
Updated on August 15, 2024
View on Chrome Web Store
View StoriesHub 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_extName__",
    "description": "__MSG_extDescription__",
    "version": "2.0.3",
    "default_locale": "en",
    "icons": {
        "128": "img\/icon_128.png"
    },
    "action": {
        "default_icon": {
            "16": "img\/icon_16.png"
        },
        "default_popup": "popup.html",
        "default_title": "__MSG_extName__"
    },
    "background": {
        "service_worker": "\/js\/background.js"
    },
    "permissions": [
        "storage",
        "tabs",
        "downloads",
        "cookies",
        "webRequest",
        "declarativeNetRequestWithHostAccess",
        "activeTab",
        "offscreen",
        "scripting"
    ],
    "optional_permissions": [
        "tabCapture"
    ],
    "optional_host_permissions": [
        "<all_urls>"
    ],
    "host_permissions": [
        "*:\/\/*.instagram.com\/*",
        "*:\/\/*.cdninstagram.com\/*",
        "*:\/\/*.fbcdn.net\/*"
    ],
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.instagram.com\/*"
            ],
            "js": [
                "js\/content.js"
            ],
            "css": [
                "\/css\/modal.css",
                "\/css\/content.css"
            ],
            "run_at": "document_idle"
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "css\/*",
                "img\/*"
            ],
            "matches": [
                "https:\/\/*.instagram.com\/*"
            ]
        },
        {
            "resources": [
                "img\/*"
            ],
            "matches": [
                "<all_urls>"
            ]
        }
    ]
}
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