Gyazo Source
Replaces the Gyazo GIF player with the MP4 player.
Что такое Gyazo Source?
Gyazo Source - это расширение Chrome, разработанное Road Turtle Games, и его основная функция - "Replaces the Gyazo GIF player with the MP4 player.".
Скачать файл CRX расширения Gyazo Source
Скачайте файлы расширений Gyazo Source в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
Replaces the Gyazo GIF player with the MP4 player.
Основная информация о расширении
Название | ![]() |
ID | hffpbnjmgmdfkggiddbcjonockehgcfd |
Официальный URL | https://chrome.google.com/webstore/detail/gyazo-source/hffpbnjmgmdfkggiddbcjonockehgcfd |
Описание | Replaces the Gyazo GIF player with the MP4 player. |
Размер файла | 3.9 KB |
Количество установок | 10 |
Текущая Версия | 1.1.1 |
Последнее Обновление | 2015-07-19 |
Дата публикации | 2015-07-19 |
Разработчик | Road Turtle Games |
Тип оплаты | free |
Поддерживаемые языки | 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" } } |