directImgur
This extension redirects an Imgur link to a direct image link.
什么是directImgur?
directImgur是由skiilaa开发的Chrome扩展程序,该扩展的主要功能是“This extension redirects an Imgur link to a direct image link.”。
下载directImgur扩展crx文件
下载directImgur扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Tired of slow loading Imgur images? Cut off the Imgur webpage from your browser with this extension! This extension redirects any Imgur link to a direct image link, cutting off everything, but the image itself.
扩展基本信息
名称 | |
ID | jafkcjbcjhnbbbodkmidinacgjgjejig |
官方URL | https://chrome.google.com/webstore/detail/directimgur/jafkcjbcjhnbbbodkmidinacgjgjejig |
简介 | This extension redirects an Imgur link to a direct image link. |
文件大小 | 3.24 KB |
安装次数 | 20 |
当前版本 | 1.0 |
更新时间 | 2017-03-05 |
上架时间 | 2017-03-05 |
评分 | 5.00/5 共1次评分 |
开发者 | skiilaa |
电子邮箱 | [email protected] |
付费类型 | free |
支持的语言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "directImgur", "description": "This extension redirects an Imgur link to a direct image link.", "version": "1.0", "background": { "scripts": [ "imgurRed.js" ] }, "permissions": [ "tabs" ] } |