I'm a puzzle

Convert any image into a free to play puzzle! Just right click on a given image in your Browser and select "Puzzle me!"

What is I'm a puzzle?

I'm a puzzle is a Chrome extension developed by http://im-a-puzzle.com, and its main feature is "Convert any image into a free to play puzzle! Just right click on a given image in your Browser and select "Puzzle me!"".

Extension Screenshots

screenshot
screenshot
screenshot
screenshot

Download I'm a puzzle Extension CRX File

Download I'm a puzzle 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

                        I'm a puzzle allows you to build and play puzzles out of any image on the Internet. Just right click on a given image in your Browser and select "Puzzle me!".

You can select from the 9 different puzzle modes and 5 difficulty levels. It is mobile-friendly, works on any Chrome version and requires no additional extensions.

I'm a puzzle is totally free and you can even share your custom-built puzzles with your friends.                    

Extension Basic Information

Name I'm a puzzle I'm a puzzle
ID pkfmdnacebbdabkgmadehplhjpciadma
Official URL https://chrome.google.com/webstore/detail/im-a-puzzle/pkfmdnacebbdabkgmadehplhjpciadma
Description Convert any image into a free to play puzzle! Just right click on a given image in your Browser and select "Puzzle me!"
File Size 49.68 KB
Installation Count 2,000
Current Version 1.0.1.0
Last Updated 2021-09-09
Publish Date 2020-05-24
Rating 4.46/5 Total 13 Ratings
Developer http://im-a-puzzle.com
Email [email protected]
Payment Type free
Help Page URL https://info.im-a-puzzle.com/chrome-extension-faq/
Privacy Policy Page URL https://info.im-a-puzzle.com/privacy-policy
Supported Languages de,en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "__MSG_extensionName__",
    "description": "__MSG_extensionDescription__",
    "version": "1.0.1.0",
    "default_locale": "en",
    "icons": {
        "48": "icons\/im-a-puzzle-48.png",
        "64": "icons\/im-a-puzzle-64.png",
        "96": "icons\/im-a-puzzle-96.png",
        "128": "icons\/im-a-puzzle-128.png"
    },
    "background": {
        "scripts": [
            "im-a-puzzle.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "dompurify.1.0.4.min.js",
                "im-a-puzzle-content.js"
            ]
        }
    ],
    "permissions": [
        "contextMenus",
        "webNavigation",
        "tabs"
    ]
}