Apa itu YouTube™ In GIFs?
YouTube™ In GIFs adalah ekstensi Chrome yang dikembangkan oleh whizzzkid, dan fitur utamanya adalah "Redirects you to the awesome GIF YouTube™ service [[email protected]]".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi YouTube™ In GIFs
Unduh file ekstensi YouTube™ In GIFs dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
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
Informasi Dasar Ekstensi
Nama | YouTube™ In GIFs |
ID | hdkmckbmnnlfcjkggbkjekmhigodpkan |
URL Resmi | https://chromewebstore.google.com/detail/youtube-in-gifs/hdkmckbmnnlfcjkggbkjekmhigodpkan |
Deskripsi | Redirects you to the awesome GIF YouTube™ service [[email protected]] |
Ukuran File | 59.13 KB |
Jumlah Instalasi | 547 |
Versi Saat Ini | 0.1 |
Terakhir Diperbarui | 2016-02-25 |
Tanggal Publikasi | 2016-02-25 |
Penilaian | 5.00/5 Total 2 Penilaian |
Pengembang | whizzzkid |
[email protected] | |
Tipe Pembayaran | free |
Situs Ekstensi | https://gifs.com/ |
Bahasa yang Didukung | 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" } } |