WebExtension.net
WebExtension.net
Toggle dark mode
WebExtension.net
WebExtension.net
LocalizeAI - AI Translation Testing

LocalizeAI - AI Translation Testing

View on Chrome Web Store
View LocalizeAI - AI Translation Testing Chrome Extension on Chrome Web Store
Add to bookmarks
5.0 (2 ratings)
6 views
This extension has been viewed 6 times
0 downloads
This extension has been downloaded 0 times

Data is synced from the Chrome Web Store. View the official store page for the most current information.

AI translation testing tool. Live translate, bug reporting, pseudo-localization, and batch JSON translation.
Type
Extension
Users
15 users
1
Kiro Studio
View author page of Kiro Studio
Published
Published on November 12, 2025
Version 2.0.2
Manifest version
3
Updated
Updated on November 20, 2025
productivity/developer
Extension Category
View on Chrome Web Store
View LocalizeAI - AI Translation Testing Chrome Extension on Chrome Web Store
Share This Extension
Share on Twitter
Share on Facebook
Share on LinkedIn
Share on Reddit
Share on Bluesky
Share on Pinterest

Extension Manifest

Copy manifest to clipboard
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "LocalizeAI - AI Translation Testing",
    "version": "2.0.2",
    "description": "__MSG_appDesc__",
    "default_locale": "en",
    "permissions": [
        "activeTab",
        "storage",
        "scripting",
        "identity",
        "sidePanel"
    ],
    "host_permissions": [
        "<all_urls>"
    ],
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self'"
    },
    "oauth2": {
        "client_id": "864763590147-d22597lg2dgprmbni39pbg5kn36n7n1t.apps.googleusercontent.com",
        "scopes": [
            "openid",
            "email",
            "profile",
            "https:\/\/www.googleapis.com\/auth\/drive.file"
        ]
    },
    "background": {
        "service_worker": "background.js",
        "type": "module"
    },
    "action": {
        "default_icon": "icons\/icon128.png",
        "default_title": "LocalizeAI - Open Side Panel"
    },
    "side_panel": {
        "default_path": "panel.html"
    },
    "content_scripts": [
        {
            "matches": [
                "<all_urls>"
            ],
            "js": [
                "xlsx.full.min.js",
                "i18n-helper.js",
                "languages-config.js",
                "translate-client.js",
                "bug-report-db.js",
                "bug-report-export.js",
                "drive-sync.js",
                "bug-report-manager.js",
                "bug-report-sidebar.js",
                "json-translator.js",
                "confirm-dialog.js",
                "text-shimmer.js",
                "content.js"
            ],
            "css": [
                "content.css",
                "content-language-modern.css",
                "content-modal-modern.css"
            ],
            "run_at": "document_idle",
            "all_frames": false
        }
    ],
    "icons": {
        "128": "icons\/icon128.png"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "icons\/lucide\/*.svg",
                "icons\/*.png",
                "animation\/*.json"
            ],
            "matches": [
                "<all_urls>"
            ]
        }
    ]
}
© 2026 WebExtension.net. All rights reserved.
Disclaimer: WebExtension.net is not affiliated with Google or the Chrome Web Store. All product names, logos, and brands are property of their respective owners. All extension data is collected from publicly available sources.
Go to top