directImgur
This extension redirects an Imgur link to a direct image link.
What is directImgur?
directImgur is a Chrome extension developed by skiilaa, and its main feature is "This extension redirects an Imgur link to a direct image link.".
Download directImgur Extension CRX File
Download directImgur extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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.
Extension Basic Information
Name | |
ID | jafkcjbcjhnbbbodkmidinacgjgjejig |
Official URL | https://chrome.google.com/webstore/detail/directimgur/jafkcjbcjhnbbbodkmidinacgjgjejig |
Description | This extension redirects an Imgur link to a direct image link. |
File Size | 3.24 KB |
Installation Count | 20 |
Current Version | 1.0 |
Last Updated | 2017-03-05 |
Publish Date | 2017-03-05 |
Rating | 5.00/5 Total 1 Ratings |
Developer | skiilaa |
[email protected] | |
Payment Type | free |
Supported Languages | 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" ] } |