Character Lingo

Movie Persona Magic.

Character Lingo란 무엇입니까?

Character Lingo은(는) inksprouts에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Movie Persona Magic."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot

Character Lingo 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Discover a fun and engaging way to communicate! 

Transform your messages, social media posts, and emails into the iconic voices of your favorite characters. Experience the thrill of having your words spoken by legendary personalities, enhancing your online presence with a unique and entertaining twist.

Stand out from the crowd and make your content more memorable, shareable, and enjoyable with this easy-to-use, must-have extension for any pop culture fan. 

Download Characterlingo today and make your online conversations truly legendary!                    

확장 프로그램 기본 정보

이름 Character Lingo Character Lingo
ID mgckbpinjmoafbcoijlhhpdnlilogcnk
공식 URL https://chromewebstore.google.com/detail/character-lingo/mgckbpinjmoafbcoijlhhpdnlilogcnk
설명 Movie Persona Magic.
파일 크기 1.59 MB
설치 횟수 153
현재 버전 0.1.0
최근 업데이트 2023-05-16
출시 날짜 2023-05-15
개발자 inksprouts
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://characterlingo.com
개인정보 보호 정책 페이지 URL https://inksprout.co/privacypolicy.html
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Character Lingo",
    "short_name": "Character Lingo",
    "version": "0.1.0",
    "description": "Movie Persona Magic.",
    "host_permissions": [
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "permissions": [
        "storage",
        "activeTab"
    ],
    "background": {
        "service_worker": "background.js"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                ".\/build\/content.min.js"
            ],
            "run_at": "document_idle"
        }
    ],
    "action": {
        "default_title": "Character Lingo",
        "default_popup": "popup.html",
        "default_icon": {
            "16": "images\/icon16.png",
            "32": "images\/icon32.png",
            "48": "images\/icon48.png",
            "128": "images\/icon128.png"
        }
    },
    "web_accessible_resources": [
        {
            "resources": [
                "images\/*"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "icons": {
        "16": "images\/icon16.png",
        "32": "images\/icon32.png",
        "48": "images\/icon48.png",
        "128": "images\/icon128.png"
    },
    "manifest_version": 3
}