ImgurAtWork

Converts Imgur URLs To Filmot URLs

What is ImgurAtWork?

ImgurAtWork is a Chrome extension developed by JTaylorApps, and its main feature is "Converts Imgur URLs To Filmot URLs".

Download ImgurAtWork Extension CRX File

Download ImgurAtWork 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

                        Basic extension that converts all URLs at imgur.com to filmot.org, bypassing most web filters.

Supports:
- Imgur Images
- Imgur Albums
- RES Image Expanders
- HoverZoom (Single Images Only)

Does Not Support:
- Never-Ending-Reddit
- Imgur Albums Using HoverZoom

** Please Use AlternateImgurAtWork If This Extension Fails Due To Filmot.org Being Blocked **

** AlternateImgurAtWork Bypasses Most Filters, But Sacrifices Imgur Album & RES Expander Functionality To Do So **

Version 1.4.0-1.4.1
- Complete Support For RES Image Expanders
- Structure Improvements
- Coming Soon: Support For Images Inside Of Self Post Expanders

Version 1.3.0:
- Complete Rewrite
- Performance Improvements
- Improves HoverZoom Compatibility

Version 1.2.1 - 1.2.5:
- Performance Improvements
- Improves HoverZoom Compatibility

Version 1.2.0:
- Performance Improvements
- Supports RES Image Expander

Version 1.1.0:
- 100% Performance Increase

Version 1.0.0:
- Original Release                    

Extension Basic Information

Name ImgurAtWork ImgurAtWork
ID ikhgpjmkffoocjeohogieeolnmchcmgc
Official URL https://chrome.google.com/webstore/detail/imguratwork/ikhgpjmkffoocjeohogieeolnmchcmgc
Description Converts Imgur URLs To Filmot URLs
File Size 36 KB
Installation Count 105
Current Version 1.4.1
Last Updated 2014-07-11
Publish Date 2014-07-11
Rating 3.25/5 Total 8 Ratings
Developer JTaylorApps
Payment Type free
Supported Languages en-US
manifest.json
{
    "content_scripts": [
        {
            "all_frames": true,
            "js": [
                "jquery.js",
                "contentScript.js"
            ],
            "matches": [
                "*:\/\/www.reddit.com\/*"
            ]
        }
    ],
    "description": "Converts Imgur URLs To Filmot URLs",
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAqU7IiHRSi7paRrnNyoy9EcMKO9iAboIEMyahI8ugXkpxiIbjEF3EjEJflPby40lq24Yrd\/LCYaJSHGoV0h+4S1WZfssndITDXNmoYipqJiubLL\/HoSf26CvB8wKC0wraflQQUTFJrDr3AQ\/zu8G87ZAUYnFH8B9mTX60gaxi3kJioFexnjtccXr574w2Q+RbGHMrwOjq+hgZZbFg041ClTdxEtRHP2w7sHxBnLlLeJuVuodIitElwh0lHI6GLhpzuN1Dym9frot6XfyvDgChAN5XjpwveaLVukM8848\/hlvkxNeT0BWm2Q4eyYIiOHgwlOR\/FQgIqgqQD+GYduNqiQIDAQAB",
    "manifest_version": 2,
    "name": "ImgurAtWork",
    "permissions": [
        "*:\/\/www.reddit.com\/*"
    ],
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "1.4.1",
    "web_accessible_resources": [
        "contentScript.js",
        "jquery.js",
        "jquery-1.10.2.min.map"
    ]
}