GiffyTube

Get links to 3 second GIFs of the YouTube video you're watching

Wat is GiffyTube?

GiffyTube is een Chrome-extensie ontwikkeld door https://giffytu.be, en de belangrijkste functie is "Get links to 3 second GIFs of the YouTube video you're watching".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie GiffyTube

Download GiffyTube-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 GiffyTube GiffyTube
ID fijjgkkihhmbajhllkonpghlniolbhgl
Officiële URL https://chromewebstore.google.com/detail/giffytube/fijjgkkihhmbajhllkonpghlniolbhgl
Beschrijving Get links to 3 second GIFs of the YouTube video you're watching
Bestandsgrootte 8.34 KB
Aantal Installaties 97
Huidige Versie 0.0.11
Laatst Bijgewerkt 2014-10-22
Publicatiedatum 2014-10-21
Beoordeling 5.00/5 Totaal 1 Beoordelingen
Ontwikkelaar https://giffytu.be
Betalingswijze free
Extensiewebsite http://giffytu.be
Ondersteunde Talen en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_appName__",
    "version": "0.0.11",
    "manifest_version": 2,
    "description": "__MSG_appDescription__",
    "icons": {
        "16": "images\/icon-16.png",
        "128": "images\/icon-128.png"
    },
    "default_locale": "en",
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*.youtube.com\/*",
                "https:\/\/*.youtube.com\/*",
                "http:\/\/youtube.com\/*",
                "https:\/\/youtube.com\/*"
            ],
            "js": [
                "scripts\/contentscript.js"
            ],
            "run_at": "document_end",
            "all_frames": false
        }
    ],
    "web_accessible_resources": [
        "scripts\/inject.js",
        "scripts\/vendor\/react\/react.js"
    ]
}