Cos'è YouTube™ In GIFs?
YouTube™ In GIFs è un'estensione di Chrome sviluppata da whizzzkid, e la sua funzione principale è "Redirects you to the awesome GIF YouTube™ service [[email protected]]".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione YouTube™ In GIFs
Scarica i file di estensione YouTube™ In GIFs in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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
Informazioni di Base sull'Estensione
Nome | YouTube™ In GIFs |
ID | hdkmckbmnnlfcjkggbkjekmhigodpkan |
URL Ufficiale | https://chromewebstore.google.com/detail/youtube-in-gifs/hdkmckbmnnlfcjkggbkjekmhigodpkan |
Descrizione | Redirects you to the awesome GIF YouTube™ service [[email protected]] |
Dimensione del File | 59.13 KB |
Conteggio Installazioni | 547 |
Versione Corrente | 0.1 |
Ultimo Aggiornamento | 2016-02-25 |
Data di Pubblicazione | 2016-02-25 |
Valutazione | 5.00/5 Totale 2 Valutazioni |
Sviluppatore | whizzzkid |
[email protected] | |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://gifs.com/ |
Lingue Supportate | 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" } } |