Pop-out Youtube
Opens your current Youtube video in a new embed window that fills the size of the window. Better than full screen!
Pop-out Youtube क्या है?
Pop-out Youtube alcottjake द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Opens your current Youtube video in a new embed window that fills the size of the window. Better than full screen!"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Pop-out Youtube एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
New features with version 1.0 release! Change log: + auto-pause playing video when extension is pressed + new window resumes on time of previous video + ability to resize windows to presets or custom preset by right clicking on window Ever wanted to watch a Youtube video and have another tab open at the same time? This chrome extension lets you float a YouTube video in a resizeable window so you can blow it up as much as you want and not have to full screen it. Perfect for people who want to watch a video (and just the video) without taking up the whole screen.
एक्सटेंशन की मूल जानकारी
नाम | Pop-out Youtube |
ID | cljcjhfckminhmagbnkjpcbdjdpkgbei |
आधिकारिक URL | https://chromewebstore.google.com/detail/pop-out-youtube/cljcjhfckminhmagbnkjpcbdjdpkgbei |
विवरण | Opens your current Youtube video in a new embed window that fills the size of the window. Better than full screen! |
फ़ाइल का आकार | 5.94 KB |
स्थापना संख्या | 797 |
वर्तमान संस्करण | 1.0 |
अंतिम अपडेट | 2018-06-23 |
प्रकाशन तिथि | 2018-06-23 |
रेटिंग | 3.64/5 कुल 14 रेटिंग्स |
डेवलपर | alcottjake |
भुगतान के प्रकार | free |
समर्थित भाषाएँ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Pop-out Youtube", "description": "Opens your current Youtube video in a new embed window that fills the size of the window. Better than full screen!", "version": "1.0", "commands": { "command": { "suggested_key": { "default": "Ctrl+Shift+5" }, "description": "Toggle feature foo", "global": true } }, "background": { "scripts": [ "background.js" ] }, "page_action": { "default_icon": "icon38.png", "default_title": "Video Pop-Out" }, "permissions": [ "tabs", "declarativeContent", "contextMenus", "http:\/\/*\/", "https:\/\/*\/" ], "manifest_version": 2 } |