Freemix

Quickly remix images on the web.

What is Freemix?

Freemix is a Chrome extension developed by http://freemix.com, and its main feature is "Quickly remix images on the web.".

Extension Screenshots

screenshot
screenshot
screenshot
screenshot

Download Freemix Extension CRX File

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

                        Quickly and powerfully remix images directly inside the browser. 

add a  "Remix This"  button to any image on the web, click it to launch the Freemix image remixing tool.

 Quickly remix, mashup, and collage your image with the massive library of user uploaded images found on Freemix.                    

Extension Basic Information

Name Freemix Freemix
ID oeaconpeokifbdkheehamjkbgllpllmm
Official URL https://chrome.google.com/webstore/detail/freemix/oeaconpeokifbdkheehamjkbgllpllmm
Description Quickly remix images on the web.
File Size 484 KB
Installation Count 100
Current Version 1.0
Last Updated 2015-10-06
Publish Date 2015-10-06
Rating 4.50/5 Total 2 Ratings
Developer http://freemix.com
Payment Type free
Extension Website http://www.freemix.com
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Freemix",
    "description": "Quickly remix images on the web.",
    "version": "1.0",
    "browser_action": {
        "default_icon": "\/img\/logo.png",
        "default_popup": "popup.html"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "css": [
                "\/css\/freemixthis.css"
            ],
            "js": [
                "\/3rdparty\/jquery.min.js",
                "\/contentscripts\/freemix.js"
            ]
        }
    ],
    "web_accessible_resources": [
        "\/img\/logo.png",
        "\/img\/closeCross.svg",
        "\/img\/loading.gif"
    ],
    "permissions": [
        "activeTab",
        "https:\/\/ajax.googleapis.com\/",
        "https:\/\/freemix.com\/",
        "https:\/\/www.freemix.com\/",
        "https:\/\/dev.freemix.com:8000\/",
        "storage",
        "browsingData"
    ]
}