OvozliTarjimon by TTS.uz

OvozliTarjimon by TTS.uz

Wat is OvozliTarjimon by TTS.uz?

OvozliTarjimon by TTS.uz is een Chrome-extensie ontwikkeld door browser-extensions, en de belangrijkste functie is "OvozliTarjimon by TTS.uz".

Extensie Screenshots

screenshot
screenshot
screenshot

Download het CRX-bestand van de extensie OvozliTarjimon by TTS.uz

Download OvozliTarjimon by TTS.uz-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        Youtubedagi videolarni osongina o'zbek tilida ko'ring!

"Ovozlitarjimon" loyihasi TTS.uz kompaniyasi tomonidan bepul taqdim etildi.

Tizim hozirda sinov holatida ishlamoqda.                    

Basisinformatie over de Extensie

Naam OvozliTarjimon by TTS.uz OvozliTarjimon by TTS.uz
ID eappnokonfiahmcakeijeckkhbkoenjb
Officiële URL https://chromewebstore.google.com/detail/ovozlitarjimon-by-ttsuz/eappnokonfiahmcakeijeckkhbkoenjb
Beschrijving OvozliTarjimon by TTS.uz
Bestandsgrootte 132 KB
Aantal Installaties 52
Huidige Versie 1.3.1
Laatst Bijgewerkt 2022-01-21
Publicatiedatum 2022-01-04
Beoordeling 5.00/5 Totaal 2 Beoordelingen
Ontwikkelaar browser-extensions
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://tts.uz
Help Pagina-URL https://tts.uz
Ondersteunde Talen en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "description": "OvozliTarjimon by TTS.uz",
    "manifest_version": 3,
    "name": "OvozliTarjimon by TTS.uz",
    "version": "1.3.1",
    "homepage_url": "https:\/\/tts.uz",
    "icons": {
        "16": "icons\/icon16.png",
        "64": "icons\/icon64.png",
        "128": "icons\/icon128.png"
    },
    "permissions": [
        "storage"
    ],
    "action": {
        "default_icon": "icons\/icon64.png",
        "default_title": "TTS.uz Ovozli Tarjimon"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/www.youtube.com\/*"
            ],
            "js": [
                "content\/content_script.js"
            ],
            "css": [
                "content\/content.css"
            ],
            "run_at": "document_start",
            "all_frames": true
        }
    ],
    "background": {
        "service_worker": "background\/background.js"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "icons\/*.svg",
                "icons\/*.png",
                "icons\/*.gif"
            ],
            "matches": [
                ""
            ]
        }
    ]
}