Yung GIF
Top 25 gifs (and more) on reddit - one click away.
ما هو Yung GIF؟
Yung GIF هو إضافة Chrome تم تطويرها بواسطة Tom، والميزة الرئيسية لها هي "Top 25 gifs (and more) on reddit - one click away.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Yung GIF
قم بتنزيل ملفات الامتداد Yung GIF بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Get notified when there is new amazingness on the web. Pick as many subreddits U like (e.g. /r/gifs, /r/earthporn, /r/aww_gifs) and Yung GIF will non-intrusively notify you when new GIFs appeared.
معلومات أساسية عن التمديد
الاسم | |
ID | pcbjhjfodgcbadhdpponooolomfhlamg |
عنوان URL الرسمي | https://chrome.google.com/webstore/detail/pcbjhjfodgcbadhdpponooolomfhlamg |
الوصف | Top 25 gifs (and more) on reddit - one click away. |
حجم الملف | 88.85 KB |
عدد التثبيتات | 36 |
النسخة الحالية | 0.3.1 |
آخر تحديث | 2016-10-16 |
تاريخ النشر | 2016-10-16 |
تقييم | 5.00/5 مجموع تقييمات 7 |
المطور | Tom |
نوع الدفع | free |
موقع الإضافة | https://github.com/Tomtomgo/Yung-gif |
عنوان صفحة المساعدة | https://github.com/Tomtomgo/Yung-gif |
اللغات المدعومة | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Yung GIF", "description": "Top 25 gifs (and more) on reddit - one click away.", "version": "0.3.1", "short_name": "Yung GIF", "permissions": [ "tabs", "storage", "alarms" ], "background": { "persistent": false, "scripts": [ "jquery-2.1.0.min.js", "pingu.js", "yung_gif.js" ] }, "browser_action": { "default_icon": "crapicon.png", "tooltip": "Let's find GIFs." }, "options_page": "i_want_more.html", "icons": { "16": "assets\/logo16.png", "48": "assets\/logo48.png", "128": "assets\/logo.png" } } |