Gyazo Source
Replaces the Gyazo GIF player with the MP4 player.
Was ist Gyazo Source?
Gyazo Source ist eine Chrome-Erweiterung, die von Road Turtle Games entwickelt wurde, und ihr Hauptmerkmal ist "Replaces the Gyazo GIF player with the MP4 player.".
Gyazo Source-Erweiterungs-CRX-Datei herunterladen
Laden Sie Gyazo Source-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
Replaces the Gyazo GIF player with the MP4 player.
Grundlegende Informationen zur Erweiterung
Name | ![]() |
ID | hffpbnjmgmdfkggiddbcjonockehgcfd |
Offizielle URL | https://chrome.google.com/webstore/detail/gyazo-source/hffpbnjmgmdfkggiddbcjonockehgcfd |
Beschreibung | Replaces the Gyazo GIF player with the MP4 player. |
Dateigröße | 3.9 KB |
Installationsanzahl | 10 |
Aktuelle Version | 1.1.1 |
Letztes Update | 2015-07-19 |
Veröffentlichungsdatum | 2015-07-19 |
Entwickler | Road Turtle Games |
Zahlungsart | free |
Unterstützte Sprachen | 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" } } |