WebExtension.net
WebExtension.net
Toggle dark mode
WebExtension.net
WebExtension.net
Image Translator - Manga Translator

Image Translator - Manga Translator

View on Chrome Web Store
View Image Translator - Manga Translator Chrome Extension on Chrome Web Store
Add to bookmarks
2.2 (5 ratings)
1 new ratings
14 views
This extension has been viewed 14 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.

Image Translator can translate images and translate manga into 30+ languages and keep the original text layout and style
Type
Extension
Users
1,000 users
21
Miles
View author page of Miles
Featured Extension

Hand-picked for quality and usefulness

Published
Published on February 27, 2025
Version 2.4.7
Manifest version
3
Updated
Updated on June 6, 2025
productivity/tools
Extension Category
Website
Visit developer website
View on Chrome Web Store
View Image Translator - Manga Translator 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",
    "icons": {
        "16": "icon16.plasmo.6c567d50.png",
        "32": "icon32.plasmo.76b92899.png",
        "48": "icon48.plasmo.aced7582.png",
        "64": "icon64.plasmo.8bb5e6e0.png",
        "128": "icon128.plasmo.3c1ed2d2.png"
    },
    "manifest_version": 3,
    "action": {
        "default_popup": "popup.html"
    },
    "version": "2.4.7",
    "author": "miles",
    "name": "__MSG_extensionName__",
    "description": "__MSG_extensionDescription__",
    "background": {
        "service_worker": "static\/background\/index.js"
    },
    "permissions": [
        "storage",
        "identity",
        "identity.email",
        "activeTab",
        "tabs"
    ],
    "content_scripts": [
        {
            "matches": [
                "<all_urls>"
            ],
            "js": [
                "ButtonManager.771e14db.js"
            ],
            "css": []
        },
        {
            "matches": [
                "<all_urls>"
            ],
            "js": [
                "ImageDetector.9aeb49eb.js"
            ],
            "css": []
        },
        {
            "matches": [
                "<all_urls>"
            ],
            "js": [
                "ImageCacheService.f6392af1.js"
            ],
            "css": []
        },
        {
            "matches": [
                "<all_urls>"
            ],
            "js": [
                "ScreenshotMode.0b1ec422.js"
            ],
            "css": []
        },
        {
            "matches": [
                "<all_urls>"
            ],
            "js": [
                "TranslationRegistry.23c773c2.js"
            ],
            "css": []
        },
        {
            "matches": [
                "<all_urls>"
            ],
            "js": [
                "TranslationQueueService.c3560fca.js"
            ],
            "css": []
        },
        {
            "matches": [
                "<all_urls>"
            ],
            "js": [
                "contents.e02f0287.js"
            ],
            "css": [
                "contents.407f012c.css"
            ]
        },
        {
            "matches": [
                "<all_urls>"
            ],
            "js": [
                "types.35ccc12c.js"
            ],
            "css": []
        }
    ],
    "default_locale": "en",
    "host_permissions": [
        "https:\/\/*\/*"
    ],
    "oauth2": {
        "client_id": "986616136201-1u9pbl2fvjbfebmm6qh5o8smg98kkf1f.apps.googleusercontent.com",
        "scopes": [
            "https:\/\/www.googleapis.com\/auth\/userinfo.email",
            "https:\/\/www.googleapis.com\/auth\/userinfo.profile"
        ]
    },
    "commands": {
        "take_screenshot": {
            "suggested_key": {
                "default": "Ctrl+Z",
                "mac": "Command+Z"
            },
            "description": "Take screenshot for translation"
        }
    }
}
© 2025 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