Youtube Video always visible & on top

Read comments while watching your favorite Youtube videos at the same time!

Youtube Video always visible & on top क्या है?

Youtube Video always visible & on top RCHRD द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Read comments while watching your favorite Youtube videos at the same time!"।

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

screenshot

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

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

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

                        Read comments while watching your favorite Youtube videos at the same time. This extension will stick the video to the top of the screen while you are still able to scroll through the comments.

The overlay on the video while hovering over it will also display the title, the amount of views and the percentage of likes / dislikes.


Recommended resolution: 1920 x 1080

Version 1.1.2
- Fixed top margin when enabled

Version 1.1.1
- Settings are now visible without having to refresh the page

Version 1.1.0:
- You can now enable/disable the extension in the settings menu at a Youtube video
- Overlay is removed due to bugs
- Fixed the white border on top of the screen when watching fullscreen videos
- Fixed the positions so the playlist will stay at the same position                    

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

नाम Youtube Video always visible & on top Youtube Video always visible & on top
ID enpddmbnhblebaopmncdijhfnjnbcdjm
आधिकारिक URL https://chrome.google.com/webstore/detail/youtube-video-always-visi/enpddmbnhblebaopmncdijhfnjnbcdjm
विवरण Read comments while watching your favorite Youtube videos at the same time!
फ़ाइल का आकार 45.49 KB
स्थापना संख्या 466
वर्तमान संस्करण 1.1.2
अंतिम अपडेट 2017-05-13
प्रकाशन तिथि 2017-05-13
रेटिंग 2.87/5 कुल 15 रेटिंग्स
डेवलपर RCHRD
भुगतान के प्रकार free
समर्थित भाषाएँ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Youtube Video always visible & on top",
    "short_name": "Youtube Video always visible",
    "description": "Read comments while watching your favorite Youtube videos at the same time!",
    "version": "1.1.2",
    "browser_action": {
        "persistent": true,
        "default_icon": "icon128.png",
        "default_popup": "popup.html"
    },
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "permissions": [
        "activeTab",
        "tabs",
        "https:\/\/ajax.googleapis.com\/",
        "storage"
    ],
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.youtube.com\/*"
            ],
            "css": [
                "youtube.css"
            ],
            "js": [
                "js\/jquery.js",
                "js\/script.js"
            ],
            "run_at": "document_end"
        }
    ]
}