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はcozmoによって開発されたChromeの拡張機能で、その主な機能は「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

Make Giphy Great Again拡張機能のCRXファイルをダウンロード

Make Giphy Great Again拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                                            

拡張機能の基本情報

名前 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"
    }
}