Unitrans

Universal translator for subtitle words and phrases in youtube, netflix, amazon, ted and other portals

Τι είναι το Unitrans;

Το Unitrans είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Bitcollage, και η κύρια λειτουργία του είναι "Universal translator for subtitle words and phrases in youtube, netflix, amazon, ted and other portals".

Στιγμιότυπα Επέκτασης

screenshot

Λήψη αρχείου CRX της επέκτασης Unitrans

Λήψη αρχείων επέκτασης Unitrans σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        "Unitrans" the Universal-Translation Extension tool for translating any words or phrases in a subtitle to any language. It will improve the way how you learn languages e.g. in Englisch, Spanish, France or in other language. This tool is free.                    

Βασικές Πληροφορίες Επέκτασης

Όνομα Unitrans Unitrans
ID dhoomabpflmndikhoiolpogmjlnegben
Επίσημο URL https://chromewebstore.google.com/detail/unitrans/dhoomabpflmndikhoiolpogmjlnegben
Περιγραφή Universal translator for subtitle words and phrases in youtube, netflix, amazon, ted and other portals
Μέγεθος Αρχείου 1.21 MB
Αριθμός Εγκαταστάσεων 5,196
Τρέχουσα Έκδοση 2.0.0.66
Τελευταία Ενημέρωση 2022-07-25
Ημερομηνία Δημοσίευσης 2020-05-05
Αξιολόγηση 3.10/5 Συνολικά 59 Αξιολογήσεις
Προγραμματιστής Bitcollage
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Υποστηριζόμενες Γλώσσες en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Unitrans",
    "description": "Universal translator for subtitle words and phrases in youtube, netflix, amazon, ted and other portals",
    "version": "2.0.0.66",
    "author": "[email protected]",
    "content_security_policy": "script-src 'self' 'unsafe-eval' https:\/\/www.google-analytics.com\/analytics.js; object-src",
    "permissions": [
        "storage",
        "https:\/\/translate.googleapis.com\/translate_a\/single",
        "https:\/\/sentry.io\/"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.netflix.com\/*",
                "https:\/\/www.youtube.com\/*",
                "https:\/\/www.ted.com\/*",
                "https:\/\/www.amazon.com.br\/*",
                "https:\/\/www.amazon.ca\/*",
                "https:\/\/www.amazon.com.mx\/*",
                "https:\/\/www.amazon.com\/*",
                "https:\/\/www.amazon.cn\/*",
                "https:\/\/www.amazon.in\/*",
                "https:\/\/www.amazon.co.jp\/*",
                "https:\/\/www.amazon.sg\/*",
                "https:\/\/www.amazon.com.tr\/*",
                "https:\/\/www.amazon.ae\/*",
                "https:\/\/www.amazon.fr\/*",
                "https:\/\/www.amazon.de\/*",
                "https:\/\/www.amazon.it\/*",
                "https:\/\/www.amazon.nl\/*",
                "https:\/\/www.amazon.es\/*",
                "https:\/\/www.amazon.co.uk\/*",
                "https:\/\/www.amazon.com.au\/*"
            ],
            "js": [
                "materialicons.loader.js",
                "runtime-es2015.js",
                "polyfills-es2015.js",
                "main-es2015.js"
            ]
        }
    ],
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "browser_action": {
        "default_popup": "browserAction\/browser-action.html",
        "default_icon": {
            "19": "icon19.png",
            "38": "icon38.png"
        }
    },
    "web_accessible_resources": [
        "favicon.ico",
        "*.woff2"
    ]
}