WebExtension.net
WebExtension.net

Twitch Streaming Recorder

View on Chrome Web Store
View Twitch Streaming Recorder Chrome Extension on Chrome Web Store
5.0 (2 ratings)

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

Streaming Recorder for Twitch
Type
Extension
Users
225 users
2
Jcomp
View author page of Jcomp
Published
Published on March 13, 2024
Version 0.1.1
Manifest version
3
Updated
Updated on March 17, 2024
View on Chrome Web Store
View Twitch Streaming Recorder Chrome Extension on Chrome Web Store
productivity/tools
Extension Category

Extension Manifest

Copy manifest to clipboard
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Twitch Streaming Recorder",
    "description": "Streaming Recorder for Twitch",
    "version": "0.1.1",
    "icons": {
        "48": "assets\/icon-48.png",
        "128": "assets\/icon-128.png"
    },
    "action": {
        "default_popup": "popup\/popup.html"
    },
    "background": {
        "service_worker": "background.js"
    },
    "host_permissions": [
        "*:\/\/*.net\/*",
        "*:\/\/*.tv\/*",
        "*:\/\/*.tw\/*",
        "*:\/\/*.com\/*",
        "*:\/\/127.0.0.1\/*"
    ],
    "permissions": [
        "background",
        "notifications",
        "alarms",
        "storage",
        "tabs",
        "cookies",
        "webRequest",
        "identity"
    ],
    "oauth2": {
        "client_id": "981220008427-vgjkqepmhcvc7o7oc8ljg0fq2qesgo07.apps.googleusercontent.com",
        "scopes": [
            "https:\/\/www.googleapis.com\/auth\/drive.file",
            "https:\/\/www.googleapis.com\/auth\/drive.metadata"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*.twitch.tv\/*"
            ],
            "js": [
                "content\/click.js"
            ],
            "run_at": "document_start"
        }
    ]
}
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