Data is synced from the Chrome Web Store. View the official store page for the most current information.
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "\ud06c\ub79c\ubca0\ub9ac Ai \uc0dd\uc0b0\uc131 \uc571 \ucd94\ucc9c \ud234\ubc14",
    "version": "1.9",
    "description": "\ud06c\ub79c\ubca0\ub9ac Ai \uc0dd\uc0b0\uc131 \uc571 \ucd94\ucc9c \ud234\ubc14",
    "content_scripts": [
        {
            "matches": [
                "<all_urls>"
            ],
            "js": [
                "content-script.js"
            ],
            "css": []
        }
    ],
    "web_accessible_resources": [
        {
            "matches": [
                "<all_urls>"
            ],
            "resources": [
                "toolbar.html"
            ]
        }
    ]
}