Make Giphy Great Again
Giphy dominates search results for GIFs, but they show a static image to try to get you to use their platform. This fixes that.
Apa itu Make Giphy Great Again?
Make Giphy Great Again adalah ekstensi Chrome yang dikembangkan oleh cozmo, dan fitur utamanya adalah "Giphy dominates search results for GIFs, but they show a static image to try to get you to use their platform. This fixes that.".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Make Giphy Great Again
Unduh file ekstensi Make Giphy Great Again 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
Informasi Dasar Ekstensi
Nama | |
ID | jchaddoianhemdghmingbloolmheklff |
URL Resmi | https://chrome.google.com/webstore/detail/make-giphy-great-again/jchaddoianhemdghmingbloolmheklff |
Deskripsi | Giphy dominates search results for GIFs, but they show a static image to try to get you to use their platform. This fixes that. |
Ukuran File | 41.69 KB |
Jumlah Instalasi | 15 |
Versi Saat Ini | 1.0 |
Terakhir Diperbarui | 2016-11-07 |
Tanggal Publikasi | 2016-11-07 |
Penilaian | 3.67/5 Total 3 Penilaian |
Pengembang | cozmo |
Tipe Pembayaran | free |
Bahasa yang Didukung | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Make Giphy Great Again", "description": "Giphy dominates search results for GIFs, but they show a static image to try to get you to use their platform. This fixes that.", "version": "1.0", "background": { "scripts": [ "background.js" ] }, "permissions": [ "webRequest", "webRequestBlocking", "*:\/\/*.giphy.com\/media\/*" ], "icons": { "48": "logo-48.png", "128": "logo-128.png" } } |