Youtube Fullframe
This extension puts Youtube videos in full-frame mode.
Youtube Fullframe क्या है?
Youtube Fullframe tmhall67 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "This extension puts Youtube videos in full-frame mode."।
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Youtube Fullframe एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
This extension simply replaces the "watch?v=" with "v/" in a url to allow a Youtube video to play in a full browser window. This will also allow you to bypass the age restriction on Youtube videos.
एक्सटेंशन की मूल जानकारी
नाम | ![]() |
ID | oehbhdjdmgjmcphdgkgemokffldeachf |
आधिकारिक URL | https://chrome.google.com/webstore/detail/youtube-fullframe/oehbhdjdmgjmcphdgkgemokffldeachf |
विवरण | This extension puts Youtube videos in full-frame mode. |
फ़ाइल का आकार | 3.9 KB |
स्थापना संख्या | 63 |
वर्तमान संस्करण | 0.7 |
अंतिम अपडेट | 2014-06-01 |
प्रकाशन तिथि | 2014-06-01 |
रेटिंग | 1.00/5 कुल 1 रेटिंग्स |
डेवलपर | tmhall67 |
भुगतान के प्रकार | free |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Youtube Fullframe", "description": "This extension puts Youtube videos in full-frame mode.", "version": "0.7", "permissions": [ "tabs", "http:\/\/*\/*", "https:\/\/*\/*" ], "background": { "scripts": [ "onClick.js" ], "persisent": false }, "browser_action": { "default_icon": "icon.png" } } |