WebExtension.net
WebExtension.net
Toggle dark mode
WebExtension.net
WebExtension.net
Jigit Studio - Screen Recorder

Jigit Studio - Screen Recorder

View on Chrome Web Store
View Jigit Studio - Screen Recorder Chrome Extension on Chrome Web Store
Add to bookmarks
5.0 (1 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.

Records your screen - Screen Recorder
Type
Extension
Users
9 users
2
gudoski30
View author page of gudoski30
Published
Published on December 19, 2023
Version 0.0.0.14
Manifest version
3
Updated
Updated on June 18, 2024
productivity/communication
Extension Category
View on Chrome Web Store
View Jigit Studio - Screen Recorder 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",
    "name": "Jigit Studio - Screen Recorder",
    "description": "Records your screen - Screen Recorder",
    "version": "0.0.0.14",
    "manifest_version": 3,
    "icons": {
        "16": "icons\/not-recording.png",
        "48": "icons\/not-recording.png",
        "128": "icons\/not-recording.png"
    },
    "action": {
        "default_icon": "icons\/not-recording.png"
    },
    "background": {
        "service_worker": "service-worker.js"
    },
    "host_permissions": [
        "<all_urls>"
    ],
    "permissions": [
        "tabs",
        "offscreen",
        "storage",
        "scripting",
        "activeTab",
        "webRequest",
        "debugger"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/jigit.studio\/dashboard"
            ],
            "js": [
                "accesstoken.js"
            ]
        },
        {
            "matches": [
                "https:\/\/jigit.studio\/signin"
            ],
            "js": [
                "removeaccesstoken.js"
            ]
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "requestPermissions.html",
                "requestPermissions.js",
                "assets\/images\/*.svg",
                "assets\/images\/*.png"
            ],
            "matches": [
                "<all_urls>"
            ]
        }
    ]
}
© 2025 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