Komado for YouTube
Show mini player when scrolling on YouTube
Komado for YouTube क्या है?
Komado for YouTube mkizka द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Show mini player when scrolling on YouTube"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Komado for YouTube एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
This extension has only one function. Very simple! Almost no configuration. You can use it right after installation.
एक्सटेंशन की मूल जानकारी
नाम | |
ID | njnjbpmcgffckgidchbadfbkeghnffnh |
आधिकारिक URL | https://chromewebstore.google.com/detail/komado-for-youtube/njnjbpmcgffckgidchbadfbkeghnffnh |
विवरण | Show mini player when scrolling on YouTube |
फ़ाइल का आकार | 77.87 KB |
स्थापना संख्या | 63 |
वर्तमान संस्करण | 2.1.2 |
अंतिम अपडेट | 2024-01-22 |
प्रकाशन तिथि | 2021-08-12 |
रेटिंग | 5.00/5 कुल 1 रेटिंग्स |
डेवलपर | mkizka |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | https://github.com/mkizka/youtube-komado |
समर्थित भाषाएँ | en,ja |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "__MSG_extensionName__", "description": "__MSG_extensionDescription__", "version": "2.1.2", "default_locale": "en", "action": { "default_popup": "index.html" }, "icons": { "16": "images\/icon16.png", "48": "images\/icon48.png", "128": "images\/icon128.png" }, "content_scripts": [ { "js": [ "assets\/content-script-loader.contentscript.ts.77081717.c73bfe64.js" ], "matches": [ "https:\/\/www.youtube.com\/*" ], "css": [ "assets\/contentscript.91f65d37.css" ] } ], "permissions": [ "storage" ], "web_accessible_resources": [ { "matches": [ "https:\/\/www.youtube.com\/*" ], "resources": [ "assets\/contentscript.ts.77081717.js" ], "use_dynamic_url": true } ] } |