Enlarge Profile Image for YouTube™
A chrome extension that makes it possible to enlarge the profile image in YouTube profiles by clicking on it.
Enlarge Profile Image for YouTube™ क्या है?
Enlarge Profile Image for YouTube™ Elad Nava द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "A chrome extension that makes it possible to enlarge the profile image in YouTube profiles by clicking on it."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Enlarge Profile Image for YouTube™ एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
Simply go to any YouTube channel or profile and click the profile image to enlarge it! This extension is open-source. https://github.com/eladnava/enlarge-profile-image-for-youtube YouTube™ is a registered trademark of Google. This extension is unaffiliated with Google.
एक्सटेंशन की मूल जानकारी
नाम | Enlarge Profile Image for YouTube™ |
ID | aadbfahejpbhdndmnfkimgfilobdbnfo |
आधिकारिक URL | https://chromewebstore.google.com/detail/enlarge-profile-image-for/aadbfahejpbhdndmnfkimgfilobdbnfo |
विवरण | A chrome extension that makes it possible to enlarge the profile image in YouTube profiles by clicking on it. |
फ़ाइल का आकार | 234 KB |
स्थापना संख्या | 360 |
वर्तमान संस्करण | 1.0.3 |
अंतिम अपडेट | 2022-12-05 |
प्रकाशन तिथि | 2018-07-31 |
रेटिंग | 2.33/5 कुल 6 रेटिंग्स |
डेवलपर | Elad Nava |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Enlarge Profile Image for YouTube\u2122", "description": "A chrome extension that makes it possible to enlarge the profile image in YouTube profiles by clicking on it.", "manifest_version": 2, "version": "1.0.3", "icons": { "16": "assets\/img\/icon16.png", "48": "assets\/img\/icon48.png", "128": "assets\/img\/icon128.png" }, "content_scripts": [ { "matches": [ "https:\/\/www.youtube.com\/*" ], "js": [ "assets\/js\/jquery.js", "assets\/js\/content.js" ] } ] } |