FluentTube.com's Extension

FluentTube is Youtube to Practise Speaking Languages by Listen-Record-Compare Any Video from YouTube.com

FluentTube.com's Extensionคืออะไร?

FluentTube.com's Extension เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://www.fluenttube.com และคุณลักษณะหลักของมันคือ "FluentTube is Youtube to Practise Speaking Languages by Listen-Record-Compare Any Video from YouTube.com"

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

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย FluentTube.com's Extension

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

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

                        You can easily practice speaking [English | Spanish | French | German | Italian | Japanese] on Youtube.com with "just a click" with the help of FluentTube.com's Extension

FluentTube.com's Extension will automatically detect YouTube video that you're watching then you are able to practice Listen-Record-Compare on that video right away with just a click!

If you don't know what FluentTube.com does => Check it out here: (https://www.FluentTube.com/) 
+ FluentTube is YouTube for Speaking Languages
+ FluentTube helps [English | Spanish | French | German | Italian | Japanese] Learners Improve Speaking Skill by Listen-Record-Compare Any YouTube Subtitled Video: 
"Recording yourself, Listening to yourself and trying to fix your own issues is the way that FluentTube helps you speak with your dream accent". 

You can watch any YouTube video on FluentTube without install this extension by: 
E.g: change https://www.youtube.com/watch?v=hdGr8VVjF6Q (YouTube Video's URL) 
                -> https://www.fluenttube.com/watch?v=hdGr8VVjF6Q (FluentTube Video's URL)                    

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

ชื่อ FluentTube.com's Extension FluentTube.com's Extension
ID kkjbcbgjgnfmnggkghbgmngnhjajjmjk
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/fluenttubecoms-extension/kkjbcbgjgnfmnggkghbgmngnhjajjmjk
คำอธิบาย FluentTube is Youtube to Practise Speaking Languages by Listen-Record-Compare Any Video from YouTube.com
ขนาดไฟล์ 108 KB
จำนวนการติดตั้ง 15
เวอร์ชันปัจจุบัน 1.2.5
อัปเดตครั้งล่าสุด 2019-09-10
วันที่เผยแพร่ 2019-09-10
คะแนน 5.00/5 รวมทั้งหมด 1 คะแนน
ผู้พัฒนา https://www.fluenttube.com
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://www.fluenttube.com
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "FluentTube.com's Extension",
    "description": "FluentTube is Youtube to Practise Speaking Languages by Listen-Record-Compare Any Video from YouTube.com",
    "version": "1.2.5",
    "permissions": [
        "tabs",
        "storage"
    ],
    "web_accessible_resources": [
        "images\/*"
    ],
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "browser_action": {
        "default_icon": "myIcon.png",
        "default_title": "Listen-Record-Compare Any YouTube Video with FluentTube's Player"
    },
    "icons": {
        "16": "images\/icon16.png",
        "48": "images\/icon48.png",
        "128": "images\/icon128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.youtube.com\/embed\/*",
                "https:\/\/www.youtube.com\/watch?*",
                "https:\/\/www.youtube.com\/user\/*",
                "https:\/\/www.youtube.com\/channel\/*",
                "https:\/\/www.youtube.com\/"
            ],
            "js": [
                "lib\/jquery-3.3.1.min.js",
                "content.js",
                "lib\/colorbox\/jquery.colorbox.js"
            ],
            "css": [
                "style.css",
                "lib\/colorbox\/colorbox.example3.css"
            ],
            "run_at": "document_end",
            "all_frames": true
        }
    ]
}