Gandalfier

It's all about the Wizard

What is Gandalfier?

Gandalfier is a Chrome extension developed by Felipe Souza, and its main feature is "It's all about the Wizard".

Extension Screenshots

screenshot

Download Gandalfier Extension CRX File

Download Gandalfier 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

                        Transform any image into Gandalf 🧙‍♂️                    

Extension Basic Information

Name Gandalfier Gandalfier
ID hdhfneijhlbenanoopppilnfmagcimbn
Official URL https://chromewebstore.google.com/detail/gandalfier/hdhfneijhlbenanoopppilnfmagcimbn
Description It's all about the Wizard
File Size 1.82 MB
Installation Count 17
Current Version 0.0.2
Last Updated 2020-11-19
Publish Date 2020-11-16
Rating 5.00/5 Total 1 Ratings
Developer Felipe Souza
Email [email protected]
Payment Type free
Supported Languages en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Gandalfier",
    "version": "0.0.2",
    "description": "It's all about the Wizard",
    "author": "Felipe Souza",
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "src\/scripts\/gandalfier.js"
            ]
        }
    ],
    "web_accessible_resources": [
        "music.mp3"
    ],
    "browser_action": {
        "default_title": "Gandalfier",
        "default_icon": "src\/icon.png"
    }
}