Capture Assist

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

Wat is Capture Assist?

Capture Assist is een Chrome-extensie ontwikkeld door o, en de belangrijkste functie is "サイトのキャプチャーを動画収録する際の補助ツールです。 ・カーソルを非表示 ・自動スクロール".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Capture Assist

Download Capture Assist-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

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

Basisinformatie over de Extensie

Naam Capture Assist Capture Assist
ID kaflampgioniplnodlopppnaobleohoo
Officiële URL https://chromewebstore.google.com/detail/capture-assist/kaflampgioniplnodlopppnaobleohoo
Beschrijving サイトのキャプチャーを動画収録する際の補助ツールです。 ・カーソルを非表示 ・自動スクロール
Bestandsgrootte 28.25 KB
Aantal Installaties 508
Huidige Versie 1.3
Laatst Bijgewerkt 2023-10-20
Publicatiedatum 2023-03-01
Ontwikkelaar o
E-mail [email protected]
Betalingswijze free
Ondersteunde Talen 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"
        }
    ]
}