Was ist YouTube™ In GIFs?
YouTube™ In GIFs ist eine Chrome-Erweiterung, die von whizzzkid entwickelt wurde, und ihr Hauptmerkmal ist "Redirects you to the awesome GIF YouTube™ service [[email protected]]".
Erweiterungsscreenshots
YouTube™ In GIFs-Erweiterungs-CRX-Datei herunterladen
Laden Sie YouTube™ In GIFs-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
gifyoutube.com is awesome. It let's me create any YouTube™ video as GIF. This extension ads a button to instantly create GIFs from youtube videos. Source code: https://gitlab.com/whizzzkid/YouTubeGIF Changelog: v0.1: Initial Release
Grundlegende Informationen zur Erweiterung
Name | YouTube™ In GIFs |
ID | hdkmckbmnnlfcjkggbkjekmhigodpkan |
Offizielle URL | https://chromewebstore.google.com/detail/youtube-in-gifs/hdkmckbmnnlfcjkggbkjekmhigodpkan |
Beschreibung | Redirects you to the awesome GIF YouTube™ service [[email protected]] |
Dateigröße | 59.13 KB |
Installationsanzahl | 547 |
Aktuelle Version | 0.1 |
Letztes Update | 2016-02-25 |
Veröffentlichungsdatum | 2016-02-25 |
Bewertung | 5.00/5 Insgesamt 2 Bewertungen |
Entwickler | whizzzkid |
[email protected] | |
Zahlungsart | free |
Erweiterungswebsite | https://gifs.com/ |
Unterstützte Sprachen | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "YouTube\u2122 In GIFs", "description": "Redirects you to the awesome GIF YouTube\u2122 service [[email protected]]", "version": "0.1", "permissions": [ "*:\/\/www.youtube.com\/*", "*:\/\/gifs.com\/*" ], "content_scripts": [ { "matches": [ "*:\/\/www.youtube.com\/*" ], "js": [ "jquery.js", "gif.js", "ga.js", "ga-config.js" ] }, { "matches": [ "*:\/\/gifs.com\/*" ], "js": [ "installed.js" ] } ], "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" } } |