V LIBRE

Create your V LIVE fansubs easier and faster. Powered by the Google Translation.

Τι είναι το V LIBRE;

Το V LIBRE είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Guessworks, και η κύρια λειτουργία του είναι "Create your V LIVE fansubs easier and faster. Powered by the Google Translation.".

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

screenshot
screenshot
screenshot
screenshot

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

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

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

                        ------------------------

IMPORTANT: This extension only works in V LIVE fansub editor URLs, which start with "https://subtitle.vlive.tv/tool/editor". Please find the below example url for your trial:

https://subtitle.vlive.tv/tool/editor?channelNo=859&playgroupNo=179324&targetLanguageCode=JPN&teamNo=0 

------------------------

*** NOW ON OPEN BETA TESTING (MAY - JUNE 2020) ***

Machine Learning Translation for V LIVE Fansubs.

From dedicated fansubbers to professional translators, V LIBRE makes it easy to create your own V LIVE fansubs quickly and efficiently using the power of Google’s AutoML (Machine Learning) Translate API.

FREE 10,000 CREDITS EVERY MONTH
We provide 10,000 monthly credits that you need to translate your target video for free. 

CUSTOM MACHINE LEARNING TRANSLATION ENGINE 
Trained with 4,000,000+ relevant example sentences, our custom translation engine helps you achieve the better results than any other machine translators.     

NO MORE SEARCHING FOR PROPER NOUNS
Our embedded Glossaries feature automatically detects proper nouns (i.e. 방탄소년단 or 방탄) and maps them to their official translation (i.e. BTS). It saves up a significant amount of your time and efforts in searching for official translation of such terminologies.    

CURRENTLY ON OPEN BETA TEST
Our paid plan (V LIBRE Pro) is currently in progress and to be ready in 2nd half of 2020. In case you want more credits during the testing period, please contact me via [email protected] for consultation.                    

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

Όνομα V LIBRE V LIBRE
ID kdgikhaepoheikloaekpckdmicicjijo
Επίσημο URL https://chrome.google.com/webstore/detail/v-libre/kdgikhaepoheikloaekpckdmicicjijo
Περιγραφή Create your V LIVE fansubs easier and faster. Powered by the Google Translation.
Μέγεθος Αρχείου 381 KB
Αριθμός Εγκαταστάσεων 226
Τρέχουσα Έκδοση 0.1.6
Τελευταία Ενημέρωση 2020-05-10
Ημερομηνία Δημοσίευσης 2020-05-10
Αξιολόγηση 3.80/5 Συνολικά 5 Αξιολογήσεις
Προγραμματιστής Guessworks
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Υποστηριζόμενες Γλώσσες en,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "V LIBRE",
    "version": "0.1.6",
    "description": "__MSG_extension_description__",
    "manifest_version": 2,
    "default_locale": "en",
    "background": {
        "scripts": [
            ".\/lib\/jquery-ui-1.12.1.custom\/external\/jquery\/jquery.js",
            "background\/authorize.js",
            "background\/userinfo.js",
            "background\/main.js"
        ],
        "persistent": false
    },
    "content_security_policy": "script-src 'self' https:\/\/www.google-analytics.com https:\/\/www.googletagmanager.com https:\/\/google-analytics.com; object-src 'self'",
    "permissions": [
        "identity",
        "declarativeContent",
        "storage",
        "tabs",
        "activeTab",
        "*:\/\/www.googleapis.com\/*",
        "*:\/\/accounts.google.com\/*",
        "*:\/\/ckr-env-staging.ap-northeast-2.elasticbeanstalk.com\/msgpasser\/"
    ],
    "page_action": {
        "default_popup": "popup.html",
        "default_icon": {
            "16": "images\/icon16.png",
            "32": "images\/icon32.png",
            "48": "images\/icon48.png",
            "128": "images\/icon128.png"
        }
    },
    "icons": {
        "16": "images\/icon16.png",
        "32": "images\/icon32.png",
        "48": "images\/icon48.png",
        "128": "images\/icon128.png"
    }
}