MeTube

YouTube subscription improvements

MeTube क्या है?

MeTube Scott Inglis द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "YouTube subscription improvements"।

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

screenshot

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

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

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

                        MeTube is a suite of improvements for the YouTube subscription page as well as a handful of other tweaks. Key features include:

-Organizes videos into a grid layout
-Replaces "Watch Later" button with "Remove" button
-Choose to show or hide watched videos
-Remove all watched videos from your feed
-Scales "Large Player" to width of description box

This was designed to work with the latest revision of the YouTube layout as of February 2014. If you have issues please let me know using the Send Feedback option in the chrome web store.                    

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

नाम MeTube MeTube
ID fceidobfbfedfhodnjmonpfmnbkeclmn
आधिकारिक URL https://chrome.google.com/webstore/detail/metube/fceidobfbfedfhodnjmonpfmnbkeclmn
विवरण YouTube subscription improvements
फ़ाइल का आकार 52.7 KB
स्थापना संख्या 908
वर्तमान संस्करण 2.0
अंतिम अपडेट 2014-09-18
प्रकाशन तिथि 2014-09-18
रेटिंग 3.11/5 कुल 9 रेटिंग्स
डेवलपर Scott Inglis
भुगतान के प्रकार free
समर्थित भाषाएँ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "MeTube",
    "description": "YouTube subscription improvements",
    "version": "2.0",
    "content_scripts": [
        {
            "matches": [
                "*:\/\/www.youtube.com\/*"
            ],
            "css": [
                "style.css"
            ],
            "js": [
                "jquery-1.11.0.min.js",
                "script.js"
            ]
        }
    ],
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    }
}