Outside YouTube Player Bar
Display YouTube's player bar outside the video.
Outside YouTube Player Bar क्या है?
Outside YouTube Player Bar 1natsu द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Display YouTube's player bar outside the video."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Outside YouTube Player Bar एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
Have you been impatient with the video with overlapping player bar? Adding this extension makes it possible to move the player bar outside the video. ・Works on video page ・Added player bar toggle button ・Blends in with YouTube's user interface ・Live streaming page support ・Default view & Theater mode both support ・Full screen mode support (now, can scroll the screen) ・Support dark theme user interface ・High performance & saving memory design ・Actively maintained ・Open source code See https://git.io/vNFtI for release notes.
एक्सटेंशन की मूल जानकारी
नाम | Outside YouTube Player Bar |
ID | gmlbhbdkhnfhhmhdjopdbcfliajcafde |
आधिकारिक URL | https://chromewebstore.google.com/detail/outside-youtube-player-ba/gmlbhbdkhnfhhmhdjopdbcfliajcafde |
विवरण | Display YouTube's player bar outside the video. |
फ़ाइल का आकार | 64.48 KB |
स्थापना संख्या | 10,636 |
वर्तमान संस्करण | 3.0.6 |
अंतिम अपडेट | 2023-10-23 |
प्रकाशन तिथि | 2019-05-02 |
रेटिंग | 4.22/5 कुल 65 रेटिंग्स |
डेवलपर | 1natsu |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | https://github.com/1natsu172/Outside-YouTube-Player-Bar |
सहायता पृष्ठ URL | https://github.com/1natsu172/Outside-YouTube-Player-Bar/issues |
समर्थित भाषाएँ | en,ja |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "__MSG_appName__", "short_name": "__MSG_appShortName__", "description": "__MSG_appDescription__", "version": "3.0.6", "manifest_version": 3, "default_locale": "en", "icons": { "16": "src\/images\/icon-16.png", "32": "src\/images\/icon-32.png", "48": "src\/images\/icon-48.png", "128": "src\/images\/icon-128.png" }, "background": { "service_worker": "service-worker-loader.js", "type": "module" }, "action": { "default_icon": { "16": "src\/images\/icon-16.png", "32": "src\/images\/icon-32.png", "48": "src\/images\/icon-48.png", "128": "src\/images\/icon-128.png" }, "default_title": "__MSG_browserActionTitle__", "default_popup": "src\/pages\/popup\/index.html" }, "content_scripts": [ { "js": [ "assets\/content-script-loader.main.ts.951da20f.8a474fd4.js" ], "matches": [ "https:\/\/*.youtube.com\/*" ], "css": [ "assets\/main.ts.fa1ea16d.css" ] } ], "content_security_policy": [], "permissions": [ "declarativeContent", "notifications" ], "web_accessible_resources": [ { "matches": [ "https:\/\/*.youtube.com\/*" ], "resources": [ "assets\/main.ts.951da20f.js" ], "use_dynamic_url": true } ] } |