Chrome Video To GIF

FREE FOR A LIMITED TIME ONLY This allows you to download HTML5 videos from web pages as gif files. Mostly intended to be used on…

Was ist Chrome Video To GIF?

Chrome Video To GIF ist eine Chrome-Erweiterung, die von Nathaniel Higgins entwickelt wurde, und ihr Hauptmerkmal ist "FREE FOR A LIMITED TIME ONLY This allows you to download HTML5 videos from web pages as gif files. Mostly intended to be used on…".

Erweiterungsscreenshots

screenshot

Chrome Video To GIF-Erweiterungs-CRX-Datei herunterladen

Laden Sie Chrome Video To GIF-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        FREE FOR A LIMITED TIME ONLY

This allows you to download HTML5 videos from web pages as gif files.

Mostly intended to be used on Twitter.com where uploaded gifs are converted to videos for efficiency. This allows you to redownload them as GIFs.                    

Grundlegende Informationen zur Erweiterung

Name Chrome Video To GIF Chrome Video To GIF
ID ffcmfnnphbhjfconphblaofghficicbg
Offizielle URL https://chromewebstore.google.com/detail/chrome-video-to-gif/ffcmfnnphbhjfconphblaofghficicbg
Beschreibung FREE FOR A LIMITED TIME ONLY This allows you to download HTML5 videos from web pages as gif files. Mostly intended to be used on…
Dateigröße 5.99 MB
Installationsanzahl 528
Aktuelle Version 1.0.1
Letztes Update 2015-05-26
Veröffentlichungsdatum 2015-05-26
Bewertung 3.33/5 Insgesamt 3 Bewertungen
Entwickler Nathaniel Higgins
Zahlungsart free
Unterstützte Sprachen en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Chrome Video To GIF",
    "version": "1.0.1",
    "permissions": [
        "",
        "http:\/\/*\/",
        "https:\/\/*\/",
        "https:\/\/pbs.twimg.com\/",
        "https:\/\/twitter.com\/",
        "tabs"
    ],
    "icons": {
        "128": "logo.png"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "build\/extension.js"
            ],
            "run_at": "document_end"
        }
    ],
    "web_accessible_resources": [
        "worker.js",
        "node_modules\/videoconverter\/build\/ffmpeg.js"
    ],
    "background": {
        "scripts": [
            "build\/background.js"
        ]
    },
    "browser_action": {
        "default_popup": "popup.html"
    }
}