Imgur url to filmot switcher

This extension will search for imgur urls on page and replace them with filmot

What is Imgur url to filmot switcher?

Imgur url to filmot switcher is a Chrome extension developed by Piotr Niziniecki, and its main feature is "This extension will search for imgur urls on page and replace them with filmot".

Download Imgur url to filmot switcher Extension CRX File

Download Imgur url to filmot switcher 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

                        This extension will search for all occurrences of imgur.com url (inside links and images) and will replace them with filmot.org url.                    

Extension Basic Information

Name Imgur url to filmot switcher Imgur url to filmot switcher
ID ioiadgkabndgbhhhnlhnkblhkkgeneob
Official URL https://chrome.google.com/webstore/detail/imgur-url-to-filmot-switc/ioiadgkabndgbhhhnlhnkblhkkgeneob
Description This extension will search for imgur urls on page and replace them with filmot
File Size 3.26 KB
Installation Count 54
Current Version 0.1.0
Last Updated 2014-03-22
Publish Date 2014-03-22
Rating 4.33/5 Total 3 Ratings
Developer Piotr Niziniecki
Email [email protected]
Payment Type free
Privacy Policy Page URL https://docs.google.com/document/d/1YlYHJi__8wniY_eAfViERJiJfyi24zyF64lH4qQRDXE
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Imgur url to filmot switcher",
    "description": "This extension will search for imgur urls on page and replace them with filmot",
    "version": "0.1.0",
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "filmot.js"
            ]
        }
    ]
}