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.".

لقطات شاشة التمديد

screenshot

تحميل ملف CRX للإضافة Make Giphy Great Again

قم بتنزيل ملفات الامتداد Make Giphy Great Again بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                                            

معلومات أساسية عن التمديد

الاسم Make Giphy Great Again Make Giphy Great Again
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"
    }
}