GiffyTube

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

Was ist GiffyTube?

GiffyTube ist eine Chrome-Erweiterung, die von https://giffytu.be entwickelt wurde, und ihr Hauptmerkmal ist "Get links to 3 second GIFs of the YouTube video you're watching".

Erweiterungsscreenshots

screenshot

GiffyTube-Erweiterungs-CRX-Datei herunterladen

Laden Sie GiffyTube-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

                                            

Grundlegende Informationen zur Erweiterung

Name GiffyTube GiffyTube
ID fijjgkkihhmbajhllkonpghlniolbhgl
Offizielle URL https://chromewebstore.google.com/detail/giffytube/fijjgkkihhmbajhllkonpghlniolbhgl
Beschreibung Get links to 3 second GIFs of the YouTube video you're watching
Dateigröße 8.34 KB
Installationsanzahl 97
Aktuelle Version 0.0.11
Letztes Update 2014-10-22
Veröffentlichungsdatum 2014-10-21
Bewertung 5.00/5 Insgesamt 1 Bewertungen
Entwickler https://giffytu.be
Zahlungsart free
Erweiterungswebsite http://giffytu.be
Unterstützte Sprachen 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"
    ]
}