Reddit->Imgur Uploader

Upload an image to Imgur and get the resulting URL without ever leaving your Reddit tab

What is Reddit->Imgur Uploader?

Reddit->Imgur Uploader is a Chrome extension developed by David Sawyer, and its main feature is "Upload an image to Imgur and get the resulting URL without ever leaving your Reddit tab".

Extension Screenshots

screenshot
screenshot
screenshot
screenshot

Download Reddit->Imgur Uploader Extension CRX File

Download Reddit->Imgur Uploader 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

                        Upload an image to Imgur and get the resulting URL without ever leaving your Reddit tab                    

Extension Basic Information

Name Reddit->Imgur Uploader Reddit->Imgur Uploader
ID fndiemcjdkappmpjjaffjaogbfhkkiko
Official URL https://chromewebstore.google.com/detail/reddit-%3Eimgur-uploader/fndiemcjdkappmpjjaffjaogbfhkkiko
Description Upload an image to Imgur and get the resulting URL without ever leaving your Reddit tab
File Size 1.27 MB
Installation Count 77
Current Version 0.5.3
Last Updated 2023-07-19
Publish Date 2017-02-08
Rating 5.00/5 Total 3 Ratings
Developer David Sawyer
Email [email protected]
Payment Type free
Extension Website https://github.com/davidsawyer/reddit-imgur-uploader
Help Page URL https://github.com/davidsawyer/reddit-imgur-uploader/issues
Supported Languages en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Reddit->Imgur Uploader",
    "description": "Upload an image to Imgur and get the resulting URL without ever leaving your Reddit tab",
    "version": "0.5.3",
    "author": "David Sawyer",
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.imgur.com\/*",
                "*:\/\/*.reddit.com\/submit",
                "*:\/\/*.reddit.com\/submit?*",
                "*:\/\/*.reddit.com\/submit\/*",
                "*:\/\/*.reddit.com\/*\/submit",
                "*:\/\/*.reddit.com\/*\/submit?*",
                "*:\/\/*.reddit.com\/*\/submit\/*",
                "*:\/\/*.reddit.com\/message",
                "*:\/\/*.reddit.com\/message?*",
                "*:\/\/*.reddit.com\/message\/*",
                "*:\/\/*.reddit.com\/*\/comments\/*"
            ],
            "css": [
                "dist\/core.css"
            ],
            "js": [
                "dist\/index.js"
            ],
            "run_at": "document_idle"
        }
    ],
    "web_accessible_resources": [
        "dist\/images\/*"
    ],
    "icons": {
        "16": "dist\/images\/icon32.png",
        "48": "dist\/images\/icon96.png",
        "128": "dist\/images\/icon256.png",
        "256": "dist\/images\/icon512.png"
    }
}