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 مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
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" } } |