GiffyTube
Get links to 3 second GIFs of the YouTube video you're watching
Cos'è GiffyTube?
GiffyTube è un'estensione di Chrome sviluppata da https://giffytu.be, e la sua funzione principale è "Get links to 3 second GIFs of the YouTube video you're watching".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione GiffyTube
Scarica i file di estensione GiffyTube 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
Informazioni di Base sull'Estensione
Nome | GiffyTube |
ID | fijjgkkihhmbajhllkonpghlniolbhgl |
URL Ufficiale | https://chromewebstore.google.com/detail/giffytube/fijjgkkihhmbajhllkonpghlniolbhgl |
Descrizione | Get links to 3 second GIFs of the YouTube video you're watching |
Dimensione del File | 8.34 KB |
Conteggio Installazioni | 97 |
Versione Corrente | 0.0.11 |
Ultimo Aggiornamento | 2014-10-22 |
Data di Pubblicazione | 2014-10-21 |
Valutazione | 5.00/5 Totale 1 Valutazioni |
Sviluppatore | https://giffytu.be |
Tipo di Pagamento | free |
Sito Web dell'Estensione | http://giffytu.be |
Lingue Supportate | 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" ] } |