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
官方網址 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
}