Character Lingo

Movie Persona Magic.

Vad är Character Lingo?

Character Lingo är en Chrome-tillägg utvecklad av inksprouts, och dess huvudfunktion är "Movie Persona Magic.".

Tilläggsskärmbilder

screenshot
screenshot
screenshot

Ladda ner Character Lingo-förlängningens CRX-fil

Ladda ner Character Lingo-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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!                    

Grundläggande Information om Tillägg

Namn Character Lingo Character Lingo
ID mgckbpinjmoafbcoijlhhpdnlilogcnk
Officiell webbadress https://chromewebstore.google.com/detail/character-lingo/mgckbpinjmoafbcoijlhhpdnlilogcnk
Beskrivning Movie Persona Magic.
Filstorlek 1.59 MB
Antal Installationer 153
Aktuell Version 0.1.0
Senast Uppdaterad 2023-05-16
Publiceringsdatum 2023-05-15
Utvecklare inksprouts
E-post [email protected]
Betalningssätt free
Tilläggswebbplats https://characterlingo.com
URL till Sekretesspolicy Sidan https://inksprout.co/privacypolicy.html
Stödda Språk 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
}