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.
Что такое Make Giphy Great Again?
Make Giphy Great Again - это расширение Chrome, разработанное cozmo, и его основная функция - "Giphy dominates search results for GIFs, but they show a static image to try to get you to use their platform. This fixes that.".
Снимки экрана расширения
Скачать файл CRX расширения Make Giphy Great Again
Скачайте файлы расширений Make Giphy Great Again в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
Основная информация о расширении
Название | |
ID | jchaddoianhemdghmingbloolmheklff |
Официальный URL | https://chrome.google.com/webstore/detail/make-giphy-great-again/jchaddoianhemdghmingbloolmheklff |
Описание | Giphy dominates search results for GIFs, but they show a static image to try to get you to use their platform. This fixes that. |
Размер файла | 41.69 KB |
Количество установок | 15 |
Текущая Версия | 1.0 |
Последнее Обновление | 2016-11-07 |
Дата публикации | 2016-11-07 |
Рейтинг | 3.67/5 Всего 3 оценок |
Разработчик | cozmo |
Тип оплаты | free |
Поддерживаемые языки | 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" } } |