Capture Assist

サイトのキャプチャーを動画収録する際の補助ツールです。 ・カーソルを非表示 ・自動スクロール

What is Capture Assist?

Capture Assist is a Chrome extension developed by o, and its main feature is "サイトのキャプチャーを動画収録する際の補助ツールです。 ・カーソルを非表示 ・自動スクロール".

Extension Screenshots

screenshot

Download Capture Assist Extension CRX File

Download Capture Assist extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        サイトのキャプチャーを動画収録する際の補助ツールです。
・カーソルを非表示
・自動スクロール                    

Extension Basic Information

Name Capture Assist Capture Assist
ID kaflampgioniplnodlopppnaobleohoo
Official URL https://chromewebstore.google.com/detail/capture-assist/kaflampgioniplnodlopppnaobleohoo
Description サイトのキャプチャーを動画収録する際の補助ツールです。 ・カーソルを非表示 ・自動スクロール
File Size 28.25 KB
Installation Count 508
Current Version 1.3
Last Updated 2023-10-20
Publish Date 2023-03-01
Developer o
Email [email protected]
Payment Type free
Supported Languages ja
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Capture Assist",
    "version": "1.3",
    "manifest_version": 3,
    "action": {
        "default_title": "Click to activate app."
    },
    "icons": {
        "72": "icon-default.png",
        "128": "icon128.png"
    },
    "permissions": [
        "activeTab",
        "scripting",
        "storage",
        "file:\/\/\/*"
    ],
    "host_permissions": [
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "background": {
        "service_worker": "background.js"
    },
    "content_scripts": [
        {
            "all_frames": false,
            "js": [
                "main.js"
            ],
            "matches": [
                ""
            ],
            "run_at": "document_end"
        }
    ]
}