YouTube Notch Mode
Bring the magic of the iPhone X’s new display to YouTube.
YouTube Notch Mode क्या है?
YouTube Notch Mode Minutepeople द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Bring the magic of the iPhone X’s new display to YouTube."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में YouTube Notch Mode एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
Bring the magic of the iPhone X’s new display to YouTube by placing a giant, ugly notch on the side of every video.
एक्सटेंशन की मूल जानकारी
नाम | |
ID | fiklbelmepfnpojheaklfnhfhbfkmibb |
आधिकारिक URL | https://chrome.google.com/webstore/detail/youtube-notch-mode/fiklbelmepfnpojheaklfnhfhbfkmibb |
विवरण | Bring the magic of the iPhone X’s new display to YouTube. |
फ़ाइल का आकार | 41.33 KB |
स्थापना संख्या | 131 |
वर्तमान संस्करण | 1 |
अंतिम अपडेट | 2017-09-12 |
प्रकाशन तिथि | 2017-09-12 |
रेटिंग | 4.73/5 कुल 15 रेटिंग्स |
डेवलपर | Minutepeople |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | http://notchmode.com |
समर्थित भाषाएँ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "YouTube Notch Mode", "description": "Bring the magic of the iPhone X\u2019s new display to YouTube.", "version": "1", "manifest_version": 2, "page_action": { "default_icon": "128.png", "default_title": "YouTube Notch Mode" }, "background": { "persistent": false, "scripts": [ "background.js" ] }, "content_scripts": [ { "matches": [ "https:\/\/www.youtube.com\/watch*" ], "js": [ "jquery.min.js", "script.js" ] } ], "icons": { "16": "16.png", "48": "48.png", "128": "128.png" } } |