WebExtension.net
Toggle dark mode
WebExtension.net

Cursorful - Screen Recorder with Auto Zoom

View on Chrome Web Store
View Cursorful - Screen Recorder with Auto Zoom Chrome Extension on Chrome Web Store
Add to bookmarks
4.9 (90 ratings)
10 new ratings
81 views
This extension has been viewed 81 times

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

Cursorful creates beautiful screen recordings with automatic zooms and pans that keep the viewer engaged.
Type
Extension
Users
7,000 users
1K
Website cursorful.com
Cursorful
View author page of Cursorful
Featured Extension

Hand-picked for quality and usefulness

Published
Published on July 12, 2024
Version 0.4.6
Manifest version
3
Updated
Updated on January 15, 2025
productivity/communication
Extension Category
Website
Visit developer website
View on Chrome Web Store
View Cursorful - Screen Recorder with Auto Zoom 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",
    "manifest_version": 3,
    "name": "Cursorful - Screen Recorder with Auto Zoom",
    "description": "Cursorful creates beautiful screen recordings with automatic zooms and pans that keep the viewer engaged.",
    "version": "0.4.6",
    "icons": {
        "48": "icon\/48.png",
        "128": "icon\/128.png"
    },
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEA7cQFz+7SxP8JxsF8UKjOCpQ6fuOE1YQNyND4aYf+RnGW7RIosTEwQBPNFPUj4lgDzTMFMTE5CpZQlZEBICXrQ9ET3ZL23AZQzyX5yPBYAWDDnJIgvhgP45Vvdl97Ek4W6zYo8ztjeWpWIgWrtxslVe9enHRMLqIzJ2bIsnxCMmVuYeLnODqc1sKq2ADttJj1JIbIwjkmpr2B5DfcXN10hDRBgOREz3OABbZxoErZSVLzg61m2hxXUEmy89QD+kkFB4OwsaTdBuv0BYT624cEkFHEe+sIwskeeglHNuEl09\/gwYr0w1u7ot1gNkfM\/APTz8z5vGs3lZkc0x55q0KySwIDAQAB",
    "action": {
        "default_icon": "icon\/128.png"
    },
    "permissions": [
        "desktopCapture",
        "tabs",
        "scripting",
        "webNavigation",
        "system.display",
        "storage"
    ],
    "optional_permissions": [
        "identity",
        "identity.email"
    ],
    "incognito": "split",
    "oauth2": {
        "client_id": "548244322037-huq4etmijh1vn5khenbso7flgip70l1e.apps.googleusercontent.com",
        "scopes": [
            "https:\/\/www.googleapis.com\/auth\/userinfo.email"
        ]
    },
    "web_accessible_resources": [
        {
            "resources": [
                "\/iframe.html",
                "\/libav\/*"
            ],
            "matches": [
                "*:\/\/localhost\/*",
                "https:\/\/*.cursorful.com\/*"
            ]
        }
    ],
    "background": {
        "service_worker": "background.js"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/localhost\/brave",
                "https:\/\/*.cursorful.com\/brave"
            ],
            "run_at": "document_start",
            "js": [
                "content-scripts\/brave.js"
            ],
            "world": "ISOLATED"
        },
        {
            "matches": [
                "*:\/\/localhost\/editor*",
                "https:\/\/*.cursorful.com\/editor*"
            ],
            "run_at": "document_start",
            "js": [
                "content-scripts\/editor.js"
            ],
            "world": "ISOLATED"
        },
        {
            "matches": [
                "*:\/\/localhost\/*",
                "https:\/\/*.cursorful.com\/*"
            ],
            "run_at": "document_start",
            "js": [
                "content-scripts\/licenses.js"
            ],
            "match_origin_as_fallback": true,
            "world": "ISOLATED"
        }
    ],
    "host_permissions": [
        "<all_urls>"
    ]
}
WebExtension.net

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

© 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