What is YouTube™ In GIFs?
YouTube™ In GIFs is a Chrome extension developed by whizzzkid, and its main feature is "Redirects you to the awesome GIF YouTube™ service [[email protected]]".
Extension Screenshots
Download YouTube™ In GIFs Extension CRX File
Download YouTube™ In GIFs extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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
Extension Basic Information
Name | YouTube™ In GIFs |
ID | hdkmckbmnnlfcjkggbkjekmhigodpkan |
Official URL | https://chromewebstore.google.com/detail/youtube-in-gifs/hdkmckbmnnlfcjkggbkjekmhigodpkan |
Description | Redirects you to the awesome GIF YouTube™ service [[email protected]] |
File Size | 59.13 KB |
Installation Count | 547 |
Current Version | 0.1 |
Last Updated | 2016-02-25 |
Publish Date | 2016-02-25 |
Rating | 5.00/5 Total 2 Ratings |
Developer | whizzzkid |
[email protected] | |
Payment Type | free |
Extension Website | https://gifs.com/ |
Supported Languages | 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" } } |