Video Screen Grabber

Screen grab/capture the current frame of video elements of websites. Works for video conference calls, too.

Qu'est-ce que Video Screen Grabber ?

Video Screen Grabber est une extension Chrome développée par Shang Liang, et sa fonction principale est "Screen grab/capture the current frame of video elements of websites. Works for video conference calls, too.".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Video Screen Grabber

Téléchargez les fichiers d'extension Video Screen Grabber au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        Takes a screen grab of the video in the current page of what you are seeing now. For those people who needs to take screenshots of videos for their daily job (like my wife).  

Icon made by Freepik from www.flaticon.com                    

Informations de Base sur l'Extension

Nom Video Screen Grabber Video Screen Grabber
ID chacmggpblehgnjocmmedakmcnmhgnbo
URL Officiel https://chromewebstore.google.com/detail/video-screen-grabber/chacmggpblehgnjocmmedakmcnmhgnbo
Description Screen grab/capture the current frame of video elements of websites. Works for video conference calls, too.
Taille du Fichier 36.25 KB
Nombre d'Installations 89
Version Actuelle 0.0.2
Dernière Mise à Jour 2020-06-04
Date de Publication 2020-06-03
Évaluation 5.00/5 Total 1 Évaluations
Développeur Shang Liang
Email [email protected]
Type de Paiement free
Langues Prises en Charge en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Video Screen Grabber",
    "version": "0.0.2",
    "manifest_version": 2,
    "description": "Screen grab\/capture the current frame of video elements of websites. Works for video conference calls, too.",
    "icons": {
        "16": "icons\/icon16.png",
        "19": "icons\/icon19.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "browser_action": {
        "default_icon": "icons\/icon128.png"
    },
    "permissions": [
        ""
    ],
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "all_frames": true,
            "js": [
                "content.js"
            ]
        }
    ],
    "background": {
        "scripts": [
            "background.js"
        ]
    }
}