WebExtension.net
WebExtension.net

Vidline Screen Recorder

View on Chrome Web Store
View Vidline Screen Recorder Chrome Extension on Chrome Web Store
4.6 (201 ratings)

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

Quickly record screen with audio and camera. Instantly share videos with one click.
Type
Extension
Users
40,000 users
Website vidline.com
ChatGPT Sidebar
View author page of ChatGPT Sidebar
Featured Extension

Hand-picked for quality and usefulness

Published
Published on July 19, 2021
Version 0.2.1
Manifest version
3
Updated
Updated on July 3, 2024
View on Chrome Web Store
View Vidline Screen Recorder Chrome Extension on Chrome Web Store
productivity/workflow
Extension Category
Website
Visit developer website

Extension Manifest

Copy manifest to clipboard
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "__MSG_extension_name__",
    "short_name": "__MSG_extension_short_name__",
    "version": "0.2.1",
    "version_name": "0.2.1",
    "description": "__MSG_extension_description__",
    "default_locale": "zh_CN",
    "icons": {
        "48": ".\/logo.png",
        "128": ".\/logo.png"
    },
    "content_scripts": [
        {
            "matches": [
                "<all_urls>"
            ],
            "all_frames": true,
            "js": [
                "vendors.bundle.js",
                "runtime.bundle.js",
                "frames.bundle.js"
            ]
        },
        {
            "matches": [
                "<all_urls>"
            ],
            "js": [
                "content.bundle.js"
            ]
        }
    ],
    "background": {
        "service_worker": "sw.js",
        "type": "module"
    },
    "options_page": "options.html",
    "action": {
        "default_title": "__MSG_browser_action_title__",
        "default_popup": "popup.html?mode=popup"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "logo.png",
                "camera-video.html",
                "get-access.html",
                "upload.html",
                "static\/*",
                "fonts\/*",
                "models\/*",
                "tflite\/*",
                "backgrounds\/*",
                "mp4_muxer.wasm",
                "mp4_muxer.worker.js"
            ],
            "matches": [
                "<all_urls>"
            ]
        }
    ],
    "externally_connectable": {
        "matches": [
            "*:\/\/haolu.com\/*",
            "https:\/\/*.haolu.com\/*"
        ]
    },
    "commands": {
        "_execute_action": {
            "suggested_key": {
                "default": "Ctrl+Shift+V",
                "mac": "MacCtrl+Command+V"
            }
        },
        "start_or_stop": {
            "suggested_key": {
                "default": "Ctrl+Shift+S",
                "mac": "MacCtrl+Command+S"
            },
            "description": "__MSG_shortcuts_start_or_stop__"
        },
        "pause_or_resume": {
            "suggested_key": {
                "default": "Ctrl+Shift+R",
                "mac": "MacCtrl+Command+R"
            },
            "description": "__MSG_shortcuts_pause_or_resume__"
        }
    },
    "omnibox": {
        "keyword": "\u5f55\u5c4f"
    },
    "permissions": [
        "alarms",
        "tabs",
        "cookies",
        "desktopCapture",
        "tabCapture",
        "notifications",
        "activeTab",
        "unlimitedStorage",
        "contextMenus",
        "storage",
        "scripting"
    ],
    "host_permissions": [
        "*:\/\/*.haolu.com\/*",
        "<all_urls>"
    ],
    "content_security_policy": {
        "extension_pages": "script-src 'self' 'wasm-unsafe-eval'; object-src 'self'; media-src 'self' http: https: data:;"
    },
    "offline_enabled": true
}
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