YouTube List View
This extension displays your youtube subscription in the list view.
YouTube List View क्या है?
YouTube List View Eddie Wilford द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "This extension displays your youtube subscription in the list view."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में YouTube List View एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
A temporary fix that changes the YouTube subscriptions grid view into a list view. This is by no means meant to replace YouTubes previous list view, but provide a temporary solution until YouTube fixes theirs. UPDATE: YouTube has finally fixed the problem, but the plugin will stay here in case it happens again.
एक्सटेंशन की मूल जानकारी
नाम | YouTube List View |
ID | dnfjhgoledkjnacagpncncfipbobepif |
आधिकारिक URL | https://chromewebstore.google.com/detail/youtube-list-view/dnfjhgoledkjnacagpncncfipbobepif |
विवरण | This extension displays your youtube subscription in the list view. |
फ़ाइल का आकार | 36.99 KB |
स्थापना संख्या | 430 |
वर्तमान संस्करण | 1.1.2 |
अंतिम अपडेट | 2016-06-02 |
प्रकाशन तिथि | 2016-06-01 |
रेटिंग | 4.23/5 कुल 52 रेटिंग्स |
डेवलपर | Eddie Wilford |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "YouTube List View", "description": "This extension displays your youtube subscription in the list view.", "version": "1.1.2", "browser_action": { "default_icon": "icon.png", "default_popup": "popup.html" }, "content_scripts": [ { "js": [ "jquery.js", "contentscript.js" ], "matches": [ "http:\/\/www.youtube.com\/feed\/subscriptions*", "https:\/\/www.youtube.com\/feed\/subscriptions*" ] } ] } |