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

I'm a puzzle क्या है?

I'm a puzzle http://im-a-puzzle.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Convert any image into a free to play puzzle! Just right click on a given image in your Browser and select "Puzzle me!""।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में I'm a puzzle एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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.                    

एक्सटेंशन की मूल जानकारी

नाम I'm a puzzle I'm a puzzle
ID pkfmdnacebbdabkgmadehplhjpciadma
आधिकारिक URL https://chrome.google.com/webstore/detail/im-a-puzzle/pkfmdnacebbdabkgmadehplhjpciadma
विवरण Convert any image into a free to play puzzle! Just right click on a given image in your Browser and select "Puzzle me!"
फ़ाइल का आकार 49.68 KB
स्थापना संख्या 2,000
वर्तमान संस्करण 1.0.1.0
अंतिम अपडेट 2021-09-09
प्रकाशन तिथि 2020-05-24
रेटिंग 4.46/5 कुल 13 रेटिंग्स
डेवलपर http://im-a-puzzle.com
ईमेल [email protected]
भुगतान के प्रकार free
सहायता पृष्ठ URL https://info.im-a-puzzle.com/chrome-extension-faq/
गोपनीयता नीति पृष्ठ URL https://info.im-a-puzzle.com/privacy-policy
समर्थित भाषाएँ 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"
    ]
}