Gyazo Source
Replaces the Gyazo GIF player with the MP4 player.
Cos'è Gyazo Source?
Gyazo Source è un'estensione di Chrome sviluppata da Road Turtle Games, e la sua funzione principale è "Replaces the Gyazo GIF player with the MP4 player.".
Scarica il file CRX dell'estensione Gyazo Source
Scarica i file di estensione Gyazo Source 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
Replaces the Gyazo GIF player with the MP4 player.
Informazioni di Base sull'Estensione
Nome | ![]() |
ID | hffpbnjmgmdfkggiddbcjonockehgcfd |
URL Ufficiale | https://chrome.google.com/webstore/detail/gyazo-source/hffpbnjmgmdfkggiddbcjonockehgcfd |
Descrizione | Replaces the Gyazo GIF player with the MP4 player. |
Dimensione del File | 3.9 KB |
Conteggio Installazioni | 10 |
Versione Corrente | 1.1.1 |
Ultimo Aggiornamento | 2015-07-19 |
Data di Pubblicazione | 2015-07-19 |
Sviluppatore | Road Turtle Games |
Tipo di Pagamento | free |
Lingue Supportate | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Gyazo Source", "description": "Replaces the Gyazo GIF player with the MP4 player.", "version": "1.1.1", "content_scripts": [ { "matches": [ "http:\/\/*.gyazo.com\/*" ], "js": [ "content.js" ], "run_at": "document_end" } ], "browser_action": { "default_title": "Gyazo Source", "default_icon": "icon.png" } } |