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…

Hvad er Chrome Video To GIF?

Chrome Video To GIF er en Chrome-udvidelse udviklet af Nathaniel Higgins, og dens hovedfunktion er "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…".

Udvidelsesskærmbilleder

screenshot

Download Chrome Video To GIF-udvidelses-CRX-fil

Download Chrome Video To GIF-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        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.                    

Grundlæggende oplysninger om udvidelsen

Navn Chrome Video To GIF Chrome Video To GIF
ID ffcmfnnphbhjfconphblaofghficicbg
Officiel URL https://chromewebstore.google.com/detail/chrome-video-to-gif/ffcmfnnphbhjfconphblaofghficicbg
Beskrivelse 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…
Filstørrelse 5.99 MB
Antal Installationer 528
Nuværende Version 1.0.1
Senest Opdateret 2015-05-26
Udgivelsesdato 2015-05-26
Bedømmelse 3.33/5 Samlet 3 Bedømmelser
Udvikler Nathaniel Higgins
Betalingsmetode free
Understøttede Sprog 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"
    }
}