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

Hvad er I'm a puzzle?

I'm a puzzle er en Chrome-udvidelse udviklet af http://im-a-puzzle.com, og dens hovedfunktion er "Convert any image into a free to play puzzle! Just right click on a given image in your Browser and select "Puzzle me!"".

Udvidelsesskærmbilleder

screenshot
screenshot
screenshot
screenshot

Download I'm a puzzle-udvidelses-CRX-fil

Download I'm a puzzle-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        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.                    

Grundlæggende oplysninger om udvidelsen

Navn I'm a puzzle I'm a puzzle
ID pkfmdnacebbdabkgmadehplhjpciadma
Officiel URL https://chrome.google.com/webstore/detail/im-a-puzzle/pkfmdnacebbdabkgmadehplhjpciadma
Beskrivelse Convert any image into a free to play puzzle! Just right click on a given image in your Browser and select "Puzzle me!"
Filstørrelse 49.68 KB
Antal Installationer 2,000
Nuværende Version 1.0.1.0
Senest Opdateret 2021-09-09
Udgivelsesdato 2020-05-24
Bedømmelse 4.46/5 Samlet 13 Bedømmelser
Udvikler http://im-a-puzzle.com
E-mail [email protected]
Betalingsmetode free
Hjælpeside-URL https://info.im-a-puzzle.com/chrome-extension-faq/
URL til Fortrolighedspolitik Side https://info.im-a-puzzle.com/privacy-policy
Understøttede Sprog 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"
    ]
}