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": "__MSG_extension_name__",
    "version": "0.0.156",
    "description": "__MSG_extension_description__",
    "default_locale": "en",
    "icons": {
        "16": "icon.png",
        "32": "icon.png",
        "48": "icon.png",
        "128": "icon.png"
    },
    "permissions": [
        "tabs",
        "activeTab",
        "scripting",
        "downloads",
        "clipboardRead",
        "clipboardWrite",
        "storage",
        "sidePanel"
    ],
    "host_permissions": [
        "<all_urls>"
    ],
    "background": {
        "type": "module",
        "service_worker": "background.js"
    },
    "action": {
        "default_title": "Click to open panel"
    },
    "side_panel": {
        "default_path": "html\/index.html"
    },
    "commands": {
        "stop": {
            "suggested_key": {
                "default": "Alt+Q"
            },
            "description": "Stop"
        }
    },
    "content_scripts": [
        {
            "type": "module",
            "matches": [
                "<all_urls>"
            ],
            "js": [
                "content-script.js",
                "content-script-mark-be.js",
                "content-script-tooltip-translator-be.js"
            ],
            "run_at": "document_end"
        },
        {
            "type": "module",
            "matches": [
                "https:\/\/*.freeonlineutility.com\/app\/bulk-search-engine-page-submitter-be*"
            ],
            "js": [
                "content-script-bulk-search-engine-page-submitter-be.js"
            ],
            "run_at": "document_end"
        },
        {
            "type": "module",
            "matches": [
                "https:\/\/*.freeonlineutility.com\/app\/bulk-url-opener-be*"
            ],
            "js": [
                "content-script-bulk-url-opener-be.js"
            ],
            "run_at": "document_end"
        },
        {
            "type": "module",
            "matches": [
                "https:\/\/*.freeonlineutility.com\/app\/bulk-search-engine-sitemap-generator-be*"
            ],
            "js": [
                "content-script-bulk-search-engine-sitemap-generator-be.js"
            ],
            "run_at": "document_end"
        },
        {
            "type": "module",
            "matches": [
                "https:\/\/*.freeonlineutility.com\/app\/bulk-search-engine-sitemap-submitter-be*"
            ],
            "js": [
                "content-script-bulk-search-engine-sitemap-submitter-be.js"
            ],
            "run_at": "document_end"
        },
        {
            "type": "module",
            "matches": [
                "https:\/\/*.freeonlineutility.com\/app\/bulk-search-engine-page-submitter-be*"
            ],
            "js": [
                "content-script-bulk-search-engine-page-submitter-be.js"
            ],
            "run_at": "document_end"
        },
        {
            "type": "module",
            "matches": [
                "https:\/\/*.freeonlineutility.com\/app\/bulk-vercel-git-connector-be*"
            ],
            "js": [
                "content-script-bulk-vercel-git-connector-be.js"
            ],
            "run_at": "document_end"
        },
        {
            "type": "module",
            "matches": [
                "https:\/\/*.freeonlineutility.com\/app\/bulk-vercel-git-deployer-be*"
            ],
            "js": [
                "content-script-bulk-vercel-git-deployer-be.js"
            ],
            "run_at": "document_end"
        },
        {
            "type": "module",
            "matches": [
                "https:\/\/www.youtube.com\/watch?v=*"
            ],
            "js": [
                "content-script-youtube-script-extractor-be.js"
            ],
            "run_at": "document_end"
        },
        {
            "type": "module",
            "matches": [
                "https:\/\/www.youtube.com\/*"
            ],
            "js": [
                "content-script-realtime-video-translator-be.js"
            ],
            "run_at": "document_end"
        },
        {
            "type": "module",
            "matches": [
                "https:\/\/*.freeonlineutility.com\/app\/realtime-video-translator-be*"
            ],
            "js": [
                "content-script-realtime-video-translator-be-setting.js"
            ],
            "run_at": "document_end"
        },
        {
            "type": "module",
            "matches": [
                "https:\/\/*.freeonlineutility.com\/app\/tooltip-translator-be*"
            ],
            "js": [
                "content-script-tooltip-translator-be-setting.js"
            ],
            "run_at": "document_end"
        },
        {
            "type": "module",
            "matches": [
                "https:\/\/*.freeonlineutility.com\/app\/browser-window-resizer-be*"
            ],
            "js": [
                "content-script-browser-window-resizer-be.js"
            ],
            "run_at": "document_end"
        }
    ]
}