Capture Assist

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

Cos'è Capture Assist?

Capture Assist è un'estensione di Chrome sviluppata da o, e la sua funzione principale è "サイトのキャプチャーを動画収録する際の補助ツールです。 ・カーソルを非表示 ・自動スクロール".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Capture Assist

Scarica i file di estensione Capture Assist in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

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

Informazioni di Base sull'Estensione

Nome Capture Assist Capture Assist
ID kaflampgioniplnodlopppnaobleohoo
URL Ufficiale https://chromewebstore.google.com/detail/capture-assist/kaflampgioniplnodlopppnaobleohoo
Descrizione サイトのキャプチャーを動画収録する際の補助ツールです。 ・カーソルを非表示 ・自動スクロール
Dimensione del File 28.25 KB
Conteggio Installazioni 508
Versione Corrente 1.3
Ultimo Aggiornamento 2023-10-20
Data di Pubblicazione 2023-03-01
Sviluppatore o
Email [email protected]
Tipo di Pagamento free
Lingue Supportate 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"
        }
    ]
}