Youtube Comment Viewer

Watch the video with comments on full screen!

Youtube Comment Viewer क्या है?

Youtube Comment Viewer tonymkcv93 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Watch the video with comments on full screen!"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Youtube Comment Viewer एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        Enjoy view comments on all types of screens without scrolling down!!

----
Features

➡️ View comment with all video types (fullscreen, theater, general mode)
➡️ Drag to size the comment window
➡️ Automatically resize the video based on the size of the comment window
➡️ Support Dark mode
➡️ easily Toggle "always turn on/off Comment Viewer"

----
Why youtube comment viewer is needed.

Traditional YouTube requires scrolling down to read comments. This is very cumbersome. 

With 'Youtube Comment Viewer', you can easily display comments on the right side of the video, and the size of the window can also be resized

----
💬Bug reports and inquiries -  [email protected]
----                    

एक्सटेंशन की मूल जानकारी

नाम Youtube Comment Viewer Youtube Comment Viewer
ID dbkfbnelkejobnjchbcebhhjeaengldp
आधिकारिक URL https://chromewebstore.google.com/detail/youtube-comment-viewer/dbkfbnelkejobnjchbcebhhjeaengldp
विवरण Watch the video with comments on full screen!
फ़ाइल का आकार 786 KB
स्थापना संख्या 482
वर्तमान संस्करण 1.0.6
अंतिम अपडेट 2023-07-16
प्रकाशन तिथि 2023-06-07
रेटिंग 5.00/5 कुल 14 रेटिंग्स
डेवलपर tonymkcv93
ईमेल [email protected]
भुगतान के प्रकार free
समर्थित भाषाएँ en,zh-CN,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "version": "1.0.6",
    "name": "__MSG_appName__",
    "description": "__MSG_appDesc__",
    "default_locale": "en",
    "background": {
        "service_worker": "scripts\/background.js"
    },
    "web_accessible_resources": [
        {
            "matches": [
                "https:\/\/www.youtube.com\/*"
            ],
            "resources": [
                "scripts\/interact.js"
            ]
        }
    ],
    "content_scripts": [
        {
            "type": "module",
            "matches": [
                "https:\/\/www.youtube.com\/*"
            ],
            "js": [
                "scripts\/content-script.js"
            ],
            "css": [
                "styles\/style.css"
            ]
        }
    ],
    "action": {
        "default_icon": "images\/icon.png",
        "default_popup": "popup.html"
    },
    "icons": {
        "128": "images\/icon.png"
    },
    "permissions": [
        "webNavigation",
        "storage"
    ]
}