SuperYouTube (Extension for Youtube™)

With Super YouTube, you can read comments while watching videos and control volume by scrolling over the video.

SuperYouTube (Extension for Youtube™)คืออะไร?

SuperYouTube (Extension for Youtube™) เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Aman Gupta และคุณลักษณะหลักของมันคือ "With Super YouTube, you can read comments while watching videos and control volume by scrolling over the video."

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

screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย SuperYouTube (Extension for Youtube™)

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

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

                        This extension enhances the watching experience on YouTube.


——————————————————————————————————————————————

Features:
✔ Read comments while watching YouTube videos. Sometimes the comments are just as good as the video, so why not view both at the same time.

✔ Read video description while watching YouTube video. Click on the Info tab to open video description.

✔ Choose default tab. E.g. If you make the comments tab default, it will open the comments tab every-time a video is loaded.

✔ Control YouTube volume by scrolling on the video.

✔ Click on the Super-YouTube icon to open settings panel, here you can enable or disable any feature you want. E.g. Default tab, volume control, etc,. 

So, how does it work?
Just install it by clicking on the Add-TO-Chrome button, then open a video on YouTube to see the Super YouTube in action.

After installing, please reload all YouTube tabs for the Super YouTube extension to take effect.

If you like SuperYouTube, please rate us 5 Stars.

——————————————————————————————————————————————

Read comments and watch video simultaneously on YouTube.

This extension is formerly known as mYouTube. I have changed the name of this extension to `Super-YouTube`, it is so much cooler than mYouTube :)


——————————————————————————————————————————————

YouTube is a trademark of Google Inc. Use of this trademark is subject to Google Permissions.                    

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

ชื่อ SuperYouTube (Extension for Youtube™) SuperYouTube (Extension for Youtube™)
ID nojdofjkkahhdklccleaaeinfklmlaga
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/superyoutube-extension-fo/nojdofjkkahhdklccleaaeinfklmlaga
คำอธิบาย With Super YouTube, you can read comments while watching videos and control volume by scrolling over the video.
ขนาดไฟล์ 105 KB
จำนวนการติดตั้ง 13,313
เวอร์ชันปัจจุบัน 2.0.2
อัปเดตครั้งล่าสุด 2023-12-05
วันที่เผยแพร่ 2020-02-07
คะแนน 4.50/5 รวมทั้งหมด 631 คะแนน
ผู้พัฒนา Aman Gupta
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "SuperYouTube (Extension for Youtube\u2122)",
    "description": "With Super YouTube, you can read comments while watching videos and control volume by scrolling over the video.",
    "version": "2.0.2",
    "permissions": [
        "storage"
    ],
    "background": {
        "service_worker": "js\/background.js"
    },
    "icons": {
        "16": "images\/icon48.png",
        "48": "images\/icon48.png",
        "128": "images\/icon128.png"
    },
    "action": {
        "default_popup": "popup.html",
        "default_icon": "images\/icon128.png"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "js\/injectedScript.js",
                "images\/*.*"
            ],
            "matches": [
                "*:\/\/www.youtube.com\/*"
            ]
        }
    ],
    "content_scripts": [
        {
            "matches": [
                "*:\/\/www.youtube.com\/*"
            ],
            "js": [
                "js\/jquery-3.3.1.min.js",
                "js\/settings.js",
                "js\/injectedScript.js",
                "js\/content.js"
            ],
            "css": [
                "css\/style_content.css"
            ],
            "run_at": "document_start",
            "all_frames": true
        }
    ]
}