YouTube Inline Fullscreen
Make the most out of your screen space with a single click!
YouTube Inline Fullscreen क्या है?
YouTube Inline Fullscreen doubleyoustew द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Make the most out of your screen space with a single click!"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में YouTube Inline Fullscreen एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
This extension offers a windowed fullscreen mode for YouTube. You can toggle it using the extension icon, the dedicated button inside the YouTube player or by using the shortcut by pressing "w". You can now also scroll down to the comments and related videos. You can toggle the search bar by pressing "s" while you are in fullscreen mode. Make YouTube videos responsive. No more wasted space around the content you enjoy. *Note*: Reload YouTube after installing the extension to have the button appear in the player.
एक्सटेंशन की मूल जानकारी
नाम | YouTube Inline Fullscreen |
ID | mfpkbigjnlcgngkdbmnchfnenfmibkig |
आधिकारिक URL | https://chromewebstore.google.com/detail/youtube-inline-fullscreen/mfpkbigjnlcgngkdbmnchfnenfmibkig |
विवरण | Make the most out of your screen space with a single click! |
फ़ाइल का आकार | 21.52 KB |
स्थापना संख्या | 2,219 |
वर्तमान संस्करण | 1.2.7 |
अंतिम अपडेट | 2023-09-27 |
प्रकाशन तिथि | 2020-01-23 |
रेटिंग | 4.17/5 कुल 36 रेटिंग्स |
डेवलपर | doubleyoustew |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "YouTube Inline Fullscreen", "version": "1.2.7", "description": "Make the most out of your screen space with a single click!", "icons": { "16": "icons\/fullscreen-16.png", "48": "icons\/fullscreen-48.png", "128": "icons\/fullscreen-128.png" }, "background": { "service_worker": "background.js" }, "permissions": [ "scripting" ], "host_permissions": [ "*:\/\/youtube.com\/*", "*:\/\/www.youtube.com\/*" ], "content_scripts": [ { "matches": [ "*:\/\/*.youtube.com\/*" ], "css": [ "ytif_style.css" ], "js": [ "ytif_content_script.js" ] } ], "action": { "default_name": "Fullscreen!", "default_icon": "icons\/fullscreen-48.png" }, "manifest_version": 3 } |