Expander for YouTube
This plugin implements the possibility to control size of YouTube's player
Expander for YouTube क्या है?
Expander for YouTube KhAS द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "This plugin implements the possibility to control size of YouTube's player"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Expander for YouTube एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
This plugin allows you to easily change the size of the video in Youtube, even using the mouse wheel. When switching between video video size remains constant. Этот плагин позволяет вам легко изменять размер видео в Youtube, используя даже колесо мыши. При переходе между видеозаписями размер видео остается постоянным.
एक्सटेंशन की मूल जानकारी
नाम | |
ID | chajepccdlakdepgeiegefbemmpaogdo |
आधिकारिक URL | https://chrome.google.com/webstore/detail/expander-for-youtube/chajepccdlakdepgeiegefbemmpaogdo |
विवरण | This plugin implements the possibility to control size of YouTube's player |
फ़ाइल का आकार | 51.98 KB |
स्थापना संख्या | 27 |
वर्तमान संस्करण | 0.12 |
अंतिम अपडेट | 2013-08-26 |
प्रकाशन तिथि | 2013-08-26 |
रेटिंग | 1.00/5 कुल 1 रेटिंग्स |
डेवलपर | KhAS |
भुगतान के प्रकार | free |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "description": "This plugin implements the possibility to control size of YouTube's player", "name": "Expander for YouTube", "version": "0.12", "manifest_version": 2, "permissions": [ "http:\/\/www.youtube.com\/*", "https:\/\/www.youtube.com\/*" ], "icons": { "128": "icons\/logo128.png", "48": "icons\/logo48.png" }, "content_scripts": [ { "matches": [ "http:\/\/www.youtube.com\/*" ], "js": [ "jquery.js", "jquery.mousewheel.js", "jquery.hashchange.js" ], "run_at": "document_start" }, { "matches": [ "http:\/\/www.youtube.com\/*" ], "js": [ "content.js" ], "css": [ "css\/content.css" ], "run_at": "document_end" } ] } |