YouTube Comment Expander

This extension provides a fix for the bug that prevents 'Read More' from appearing on YouTube comments in Chromium-based browsers.

YouTube Comment Expander क्या है?

YouTube Comment Expander Joel Henke द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "This extension provides a fix for the bug that prevents 'Read More' from appearing on YouTube comments in Chromium-based browsers."।

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

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

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

                        The bug that this extension fixes happens when you start watching a YouTube video and enter full screen before the comments load. The 'Read More' link will be missing for the first several long comments.

This extension allows you to read those longer comments without reloading the page or loading more comments.                    

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

नाम YouTube Comment Expander YouTube Comment Expander
ID bknceopjdngnciilahnddipmpjgmpfhe
आधिकारिक URL https://chromewebstore.google.com/detail/youtube-comment-expander/bknceopjdngnciilahnddipmpjgmpfhe
विवरण This extension provides a fix for the bug that prevents 'Read More' from appearing on YouTube comments in Chromium-based browsers.
फ़ाइल का आकार 4.99 KB
स्थापना संख्या 88
वर्तमान संस्करण 1.0
अंतिम अपडेट 2017-08-26
प्रकाशन तिथि 2017-08-26
रेटिंग 5.00/5 कुल 2 रेटिंग्स
डेवलपर Joel Henke
ईमेल [email protected]
भुगतान के प्रकार free
समर्थित भाषाएँ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "YouTube Comment Expander",
    "version": "1.0",
    "description": "This extension provides a fix for the bug that prevents 'Read More' from appearing on YouTube comments in Chromium-based browsers.",
    "author": "Joel Henke",
    "permissions": [
        "*:\/\/*.youtube.com\/*"
    ],
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.youtube.com\/*"
            ],
            "js": [
                "content.js"
            ]
        }
    ],
    "icons": {
        "48": "icon48.png",
        "128": "icon128.png"
    }
}