Raw Manga Fan

Translate manga right in your browser.

What is Raw Manga Fan?

Raw Manga Fan is a Chrome extension developed by http://rawmangafan.com, and its main feature is "Translate manga right in your browser.".

Extension Screenshots

screenshot
screenshot

Download Raw Manga Fan Extension CRX File

Download Raw Manga Fan 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

                        Auto Manga translator, powered by cutting-edge AI technology:
1. High quality manga translation, multiple languages supported
2. Auto text removal and inpainting, providing smooth reading experience 
3. Local Reader allows you load .CBR .CBZ or images from your computer

Image Credit:
Title: 勇気の物語『ハナカク』
Author: 松井勝法

Translation results for reference only. 
Intended for Chrome only.                    

Extension Basic Information

Name Raw Manga Fan Raw Manga Fan
ID lmojhocblnlnjboabeengdkgogipihmg
Official URL https://chrome.google.com/webstore/detail/lmojhocblnlnjboabeengdkgogipihmg
Description Translate manga right in your browser.
File Size 10.52 MB
Installation Count 12,360
Current Version 0.1.9.2 beta
Last Updated 2023-09-23
Publish Date 2021-05-06
Rating 3.48/5 Total 217 Ratings
Developer http://rawmangafan.com
Email [email protected]
Payment Type free
Privacy Policy Page URL https://www.privacypolicies.com/live/3b966dd9-91d7-48d2-a46a-533d25e741aa
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAqdOEj0do2BZKsI70TtEoKsWMI9mlLdydvmKP\/nYd7zvs93H7JcgNEO2JNMv6q5I26KsNmOasPXyMwuQe1Qz30WjK8InJY8\/Li9iATzD41IxcEedV\/WKTRb6Z7hW6zT\/oxIKUErc0y58iQRRPJP5GDd\/+oKhN7CSCSHE9qmchdT\/z8KBycYFhiHR9b+sQTuYfj4NBBkEwIYyPkRv5bLwg6SRX2ZXUxUhQ\/sa2G42b0rrNT7SlOyd+1hQKelfI6eeo9hawFNPt5x0Jp85lcp9XjUI+BluirnKEOc92xIk8RCGMEsUwjcq5K\/Y60VlRXDYPB7aN8xAPsgCcP4UheSKEoQIDAQAB",
    "name": "Raw Manga Fan",
    "version": "0.1.9.2",
    "version_name": "0.1.9.2 beta",
    "description": "Translate manga right in your browser.",
    "permissions": [
        "activeTab",
        "storage",
        "scripting",
        "declarativeNetRequest",
        "identity"
    ],
    "host_permissions": [
        ""
    ],
    "background": {
        "service_worker": "background_wrapper.js"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "content.js"
            ],
            "all_frames": false,
            "run_at": "document_end"
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "fonts\/*",
                "images\/*",
                "*.css",
                "stripe\/*",
                "stripeFrame.html"
            ],
            "matches": [
                ""
            ],
            "extension_ids": []
        }
    ],
    "manifest_version": 3,
    "action": {
        "default_popup": "popup.html",
        "default_icon": {
            "16": "images\/b-16.png",
            "32": "images\/b-32.png",
            "48": "images\/b-48.png",
            "128": "images\/b-128.png"
        }
    },
    "icons": {
        "16": "images\/b-16.png",
        "32": "images\/b-32.png",
        "48": "images\/b-48.png",
        "128": "images\/b-128.png"
    },
    "content_security_policy": {
        "extension_pages": "script-src 'self'; script-src-elem 'self'; object-src 'self'"
    }
}