Character Lingo

Movie Persona Magic.

Was ist Character Lingo?

Character Lingo ist eine Chrome-Erweiterung, die von inksprouts entwickelt wurde, und ihr Hauptmerkmal ist "Movie Persona Magic.".

Erweiterungsscreenshots

screenshot
screenshot
screenshot

Character Lingo-Erweiterungs-CRX-Datei herunterladen

Laden Sie Character Lingo-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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!                    

Grundlegende Informationen zur Erweiterung

Name Character Lingo Character Lingo
ID mgckbpinjmoafbcoijlhhpdnlilogcnk
Offizielle URL https://chromewebstore.google.com/detail/character-lingo/mgckbpinjmoafbcoijlhhpdnlilogcnk
Beschreibung Movie Persona Magic.
Dateigröße 1.59 MB
Installationsanzahl 153
Aktuelle Version 0.1.0
Letztes Update 2023-05-16
Veröffentlichungsdatum 2023-05-15
Entwickler inksprouts
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite https://characterlingo.com
URL der Datenschutzrichtlinien-Seite https://inksprout.co/privacypolicy.html
Unterstützte Sprachen 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
}