LearnDeck subtitles: Learn Chinese via WeTV

LearnDeck subtitles: Learn Chinese via WeTV

Τι είναι το LearnDeck subtitles: Learn Chinese via WeTV;

Το LearnDeck subtitles: Learn Chinese via WeTV είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://learndeck.co, και η κύρια λειτουργία του είναι "LearnDeck subtitles: Learn Chinese via WeTV".

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

screenshot

Λήψη αρχείου CRX της επέκτασης LearnDeck subtitles: Learn Chinese via WeTV

Λήψη αρχείων επέκτασης LearnDeck subtitles: Learn Chinese via WeTV σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

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

                        A subtitle tool for Mandarin learners to use via WeTV platform!
"A creative way to learn Chinese on your own"
Currently supports: Thai language, English and others

Features:
1. Dual subtitles
2. Pinyin subtitle
3. OCR function
4. Dictionary

New updates: 2 Aug 2020

V1.6
- Added a dictionary
- Optimized performance

__________
Update history:
August updates - iQiyi support

_______________________________
Privacy Policy

What information do you collect?
        “LearnDeck subtitles: Learn Chinese via WeTV” downloads and locally stores subtitle files from the user-chosen content on WeTV.
How do you use the information?
        It uses those downloaded subtitle files  to simultaneously display additional subtitles while users are watching the content.
What information do you share?
        This extension does not share any data at all. All data is stored locally on your computer and is not transmitted to anyone or anywhere else.
In May 2020, we have implemented Google Analytics to monitor and analyze trends of this extension in order to better our product and service. However, the sole purpose of these data is to better our product and service. 

Updated: 11 May 2020                    

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

Όνομα LearnDeck subtitles: Learn Chinese via WeTV LearnDeck subtitles: Learn Chinese via WeTV
ID kgdbcilceliahlggkengiekkhdjkfgmd
Επίσημο URL https://chromewebstore.google.com/detail/learndeck-subtitles-learn/kgdbcilceliahlggkengiekkhdjkfgmd
Περιγραφή LearnDeck subtitles: Learn Chinese via WeTV
Μέγεθος Αρχείου 5.28 MB
Αριθμός Εγκαταστάσεων 679
Τρέχουσα Έκδοση 1.6
Τελευταία Ενημέρωση 2020-08-26
Ημερομηνία Δημοσίευσης 2020-06-13
Αξιολόγηση 5.00/5 Συνολικά 5 Αξιολογήσεις
Προγραμματιστής https://learndeck.co
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Ιστότοπος Επέκτασης http://learndeck.co/
URL της Σελίδας Πολιτικής Απορρήτου http://learndeck.co
Υποστηριζόμενες Γλώσσες en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "LearnDeck subtitles: Learn Chinese via WeTV",
    "version": "1.6",
    "author": "Jake Wang (Nuntawat Chanajarunvit)",
    "manifest_version": 2,
    "browser_action": {
        "default_icon": "images\/icon-48.png",
        "default_title": "LearnDeck subtitles: Learn Chinese via WeTV"
    },
    "icons": {
        "16": "images\/icon-16.png",
        "48": "images\/icon-48.png",
        "128": "images\/icon-128.png"
    },
    "description": "LearnDeck subtitles: Learn Chinese via WeTV",
    "content_security_policy": "script-src 'self' https:\/\/www.google-analytics.com; object-src 'self'",
    "background": {
        "page": "background.html"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/wetv.vip\/*",
                "https:\/\/www.iq.com\/*"
            ],
            "js": [
                "js\/jquery-3.3.1.min.js",
                "js\/scripts.js",
                "js\/bootstrap.min.js",
                "js\/readsubtitle.js",
                "js\/main.js",
                "js\/dict\/pinyin_dict_withtone.js",
                "js\/pinyinUtil.js",
                "js\/zhuyin.js",
                "content.js"
            ],
            "css": [
                "css\/readsubtitle.css",
                "css\/content.css"
            ]
        }
    ],
    "permissions": [
        "https:\/\/subtitle.apdcdn.tc.qq.com\/*",
        "https:\/\/wetv.vip\/*",
        "https:\/\/www.iq.com\/*",
        "activeTab",
        "notifications",
        "storage",
        "contextMenus",
        "tabs"
    ],
    "options_page": "setting.html",
    "web_accessible_resources": [
        "capture\/index.html",
        "setting.html",
        "css\/*",
        "js\/*",
        "images\/*"
    ]
}