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

Was ist I'm a puzzle?

I'm a puzzle ist eine Chrome-Erweiterung, die von http://im-a-puzzle.com entwickelt wurde, und ihr Hauptmerkmal ist "Convert any image into a free to play puzzle! Just right click on a given image in your Browser and select "Puzzle me!"".

Erweiterungsscreenshots

screenshot
screenshot
screenshot
screenshot

I'm a puzzle-Erweiterungs-CRX-Datei herunterladen

Laden Sie I'm a puzzle-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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.                    

Grundlegende Informationen zur Erweiterung

Name I'm a puzzle I'm a puzzle
ID pkfmdnacebbdabkgmadehplhjpciadma
Offizielle URL https://chrome.google.com/webstore/detail/im-a-puzzle/pkfmdnacebbdabkgmadehplhjpciadma
Beschreibung Convert any image into a free to play puzzle! Just right click on a given image in your Browser and select "Puzzle me!"
Dateigröße 49.68 KB
Installationsanzahl 2,000
Aktuelle Version 1.0.1.0
Letztes Update 2021-09-09
Veröffentlichungsdatum 2020-05-24
Bewertung 4.46/5 Insgesamt 13 Bewertungen
Entwickler http://im-a-puzzle.com
E-Mail [email protected]
Zahlungsart free
Hilfeseite URL https://info.im-a-puzzle.com/chrome-extension-faq/
URL der Datenschutzrichtlinien-Seite https://info.im-a-puzzle.com/privacy-policy
Unterstützte Sprachen 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"
    ]
}