Gfycat Hoverzoom
When you hover with your mouse over a gfycat link you'll see the video popup and play. Much like HoverZoom for a gif.
什么是Gfycat Hoverzoom?
Gfycat Hoverzoom是由ubershmekel开发的Chrome扩展程序,该扩展的主要功能是“When you hover with your mouse over a gfycat link you'll see the video popup and play. Much like HoverZoom for a gif.”。
扩展截图
下载Gfycat Hoverzoom扩展crx文件
下载Gfycat Hoverzoom扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Pros on reddit don't click, they hover. This works for all images including gifs but not gfycat gifs. That's what this extension is here to solve until hoverzoom officially supports gfycat. When you hover with your mouse over a gfycat link on reddit you'll see the video popup and play. Much like HoverZoom for a gif. I recommend you test it out at http://www.reddit.com/domain/gfycat.com Source at https://github.com/ubershmekel/gfycat_hoverzoom
扩展基本信息
名称 | |
ID | pbepgahpbllaochgojndemodnfedeojh |
官方URL | https://chrome.google.com/webstore/detail/gfycat-hoverzoom/pbepgahpbllaochgojndemodnfedeojh |
简介 | When you hover with your mouse over a gfycat link you'll see the video popup and play. Much like HoverZoom for a gif. |
文件大小 | 90.59 KB |
安装次数 | 1,000 |
当前版本 | 2 |
更新时间 | 2014-01-12 |
上架时间 | 2014-01-12 |
评分 | 3.50/5 共10次评分 |
开发者 | ubershmekel |
电子邮箱 | [email protected] |
付费类型 | free |
支持的语言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Gfycat Hoverzoom", "short_name": "Gfycat Hover", "version": "2", "manifest_version": 2, "minimum_chrome_version": "26.0", "description": "When you hover with your mouse over a gfycat link you'll see the video popup and play. Much like HoverZoom for a gif.", "background": { "scripts": [] }, "homepage_url": "http:\/\/gfycat.com", "content_scripts": [ { "matches": [ "http:\/\/reddit.com\/*", "https:\/\/reddit.com\/*", "http:\/\/*.reddit.com\/*", "https:\/\/*.reddit.com\/*" ], "js": [ "jquery-2.0.3.js", "gfyajax-0.517d.js", "gfycat_hoverzoom.user.js" ], "css": [] } ], "web_accessible_resources": [], "icons": { "48": "icon48.png", "128": "icon128.png" }, "permissions": [ "cookies", "tabs", "history", "http:\/\/reddit.com\/*", "https:\/\/reddit.com\/*", "http:\/\/*.reddit.com\/*", "https:\/\/*.reddit.com\/*", "http:\/\/redditgifts.com\/*", "http:\/\/api.twitter.com\/*" ], "optional_permissions": [ "https:\/\/api.twitter.com\/*" ] } |