Character Lingo

Movie Persona Magic.

Character Lingoとは何ですか?

Character Lingoはinksproutsによって開発されたChromeの拡張機能で、その主な機能は「Movie Persona Magic.」です。

拡張機能のスクリーンショット

screenshot
screenshot
screenshot

Character Lingo拡張機能のCRXファイルをダウンロード

Character Lingo拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        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
Eメール [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
}