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!"

Wat is I'm a puzzle?

I'm a puzzle is een Chrome-extensie ontwikkeld door http://im-a-puzzle.com, en de belangrijkste functie is "Convert any image into a free to play puzzle! Just right click on a given image in your Browser and select "Puzzle me!"".

Extensie Screenshots

screenshot
screenshot
screenshot
screenshot

Download het CRX-bestand van de extensie I'm a puzzle

Download I'm a puzzle-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam I'm a puzzle I'm a puzzle
ID pkfmdnacebbdabkgmadehplhjpciadma
Officiële URL https://chrome.google.com/webstore/detail/im-a-puzzle/pkfmdnacebbdabkgmadehplhjpciadma
Beschrijving Convert any image into a free to play puzzle! Just right click on a given image in your Browser and select "Puzzle me!"
Bestandsgrootte 49.68 KB
Aantal Installaties 2,000
Huidige Versie 1.0.1.0
Laatst Bijgewerkt 2021-09-09
Publicatiedatum 2020-05-24
Beoordeling 4.46/5 Totaal 13 Beoordelingen
Ontwikkelaar http://im-a-puzzle.com
E-mail [email protected]
Betalingswijze free
Help Pagina-URL https://info.im-a-puzzle.com/chrome-extension-faq/
URL van de Privacybeleid Pagina https://info.im-a-puzzle.com/privacy-policy
Ondersteunde Talen 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"
    ]
}