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.”。
擴展截圖
下載Make Giphy Great Again擴展crx文件
下載Make Giphy Great Again擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
擴展基本資訊
名稱 | |
ID | jchaddoianhemdghmingbloolmheklff |
官方網址 | 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" } } |