alugha

Allows you to switch languages in multi-lingual videos.

alughaคืออะไร?

alugha เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://alugha.com และคุณลักษณะหลักของมันคือ "Allows you to switch languages in multi-lingual videos."

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย alugha

ดาวน์โหลดไฟล์ส่วนขยาย alugha ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        Watch your videos multilingually on Facebook and YouTube - it was never easier!

The world has changed drastically since YouTube. Actually the portal has nearly 1 Billion active users and every single minute more than 100 hours of video material is being uploaded by the producers. From “just-for-fun-videos” or workshops and imagefilms to professional videos, YouTube just offers everything. 

A big hurdle for a lot of producers is the language barrier. If you want to reach as many people as possible you either directly use English as default language (and straight away exclude a lot of viewers and accept the fact that they are not happy) or you produce your video in x-languages and then provide them as separate videos on YouTube. Therefore the possible success will be split between various videos and looking at them separately, the success is not as high as it could have been with all clicks cummulated on one video. And also the work and the waste of resources (datatransfer, needed storage space….) is an important aspect. 

Alugha solves all these problems in an easy and elegant way. Producers just upload their video to YouTube and then extend it with up to 7.873 languages and dialects (ISO-639-3). No Subtitles, real language / audio. The alugha player then offers the possibility to watch the videos in the preferred language, without having to look for a separate video in your own language. 

ALUGHA - EVERYONE'S LANGUAGE

Besides the player itself, the alugha App also offers a list of all videos which have been alughad already.

More and more video producers are using alugha, and the list of videos is already remarkable. Just take a look at our YouTube channel and watch a lot of videos in various languages. 

Our channel: http://youtube.com/alughaoffical

Watch new videos in your language daily! Follow us on: 

Blog: http://news.alugha.com
Twitter: http://twitter.com/alughaofficial
Facebook: http://facebook.com/alughaofficial
Google+ http://plus.google.com/+alugha
Pinterest: http://pinterest.com/alugha                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ alugha alugha
ID fiifnhahlpbbenccjigdeflmhhhlfgck
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/alugha/fiifnhahlpbbenccjigdeflmhhhlfgck
คำอธิบาย Allows you to switch languages in multi-lingual videos.
ขนาดไฟล์ 139 KB
จำนวนการติดตั้ง 338
เวอร์ชันปัจจุบัน 1.1.4
อัปเดตครั้งล่าสุด 2017-09-19
วันที่เผยแพร่ 2017-09-19
คะแนน 4.56/5 รวมทั้งหมด 18 คะแนน
ผู้พัฒนา https://alugha.com
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://alugha.com
URL หน้าช่วยเหลือ https://alugha.com/faq.html
ภาษาที่รองรับ de,en,nl
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "alugha",
    "version": "1.1.4",
    "description": "__MSG_appDesc__",
    "short_name": "alugha",
    "default_locale": "en",
    "permissions": [
        "https:\/\/api.alugha.com\/v1\/*",
        "tabs",
        "webRequest",
        "webRequestBlocking",
        "http:\/\/www.youtube.com\/*",
        "https:\/\/www.youtube.com\/*",
        "http:\/\/www.facebook.com\/*",
        "https:\/\/www.facebook.com\/*",
        "https:\/\/alugha.com\/*"
    ],
    "content_security_policy": "script-src 'unsafe-eval'; object-src 'self'",
    "background": {
        "page": "forge.html"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/www.youtube.com\/*",
                "https:\/\/www.youtube.com\/*",
                "http:\/\/www.facebook.com\/*",
                "https:\/\/www.facebook.com\/*",
                "https:\/\/alugha.com\/*"
            ],
            "js": [
                "forge\/app_config.js",
                "forge\/all.js",
                "src\/js\/main.js"
            ],
            "css": [
                "src\/css\/alugha.css"
            ],
            "run_at": "document_end",
            "all_frames": false
        }
    ],
    "icons": {
        "128": "src\/img\/icon128.png",
        "48": "src\/img\/icon48.png",
        "16": "src\/img\/icon16.png"
    },
    "manifest_version": 2
}