Yung GIF
Top 25 gifs (and more) on reddit - one click away.
Apa itu Yung GIF?
Yung GIF adalah ekstensi Chrome yang dikembangkan oleh Tom, dan fitur utamanya adalah "Top 25 gifs (and more) on reddit - one click away.".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Yung GIF
Unduh file ekstensi Yung GIF dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
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.
Informasi Dasar Ekstensi
Nama | |
ID | pcbjhjfodgcbadhdpponooolomfhlamg |
URL Resmi | https://chrome.google.com/webstore/detail/pcbjhjfodgcbadhdpponooolomfhlamg |
Deskripsi | Top 25 gifs (and more) on reddit - one click away. |
Ukuran File | 88.85 KB |
Jumlah Instalasi | 36 |
Versi Saat Ini | 0.3.1 |
Terakhir Diperbarui | 2016-10-16 |
Tanggal Publikasi | 2016-10-16 |
Penilaian | 5.00/5 Total 7 Penilaian |
Pengembang | Tom |
Tipe Pembayaran | free |
Situs Ekstensi | https://github.com/Tomtomgo/Yung-gif |
URL Halaman Bantuan | https://github.com/Tomtomgo/Yung-gif |
Bahasa yang Didukung | 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" } } |