Raw Manga Fan

Translate manga right in your browser.

Raw Manga Fan란 무엇입니까?

Raw Manga Fan은(는) http://rawmangafan.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Translate manga right in your browser."입니다.

확장 프로그램 스크린샷

screenshot
screenshot

Raw Manga Fan 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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.                    

확장 프로그램 기본 정보

이름 Raw Manga Fan Raw Manga Fan
ID lmojhocblnlnjboabeengdkgogipihmg
공식 URL https://chrome.google.com/webstore/detail/lmojhocblnlnjboabeengdkgogipihmg
설명 Translate manga right in your browser.
파일 크기 10.52 MB
설치 횟수 12,360
현재 버전 0.1.9.2 beta
최근 업데이트 2023-09-23
출시 날짜 2021-05-06
평점 3.48/5 총 217 개의 평점
개발자 http://rawmangafan.com
이메일 [email protected]
결제 유형 free
개인정보 보호 정책 페이지 URL https://www.privacypolicies.com/live/3b966dd9-91d7-48d2-a46a-533d25e741aa
지원되는 언어 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'"
    }
}