Instagram Pop Out button
Adds a button on top of the images on Instagram, which opens the corresponding image in a new tab in higher resolution.
Instagram Pop Out button क्या है?
Instagram Pop Out button Andrey Shevchuk द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Adds a button on top of the images on Instagram, which opens the corresponding image in a new tab in higher resolution."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Instagram Pop Out button एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
Turns out, Instagram stores hi res versions of all the images! For some reason, it still only lets us see 614px wide thumbnails of them. Crops them, too! Isn't that a bit weird for a social network that's ostensibly all about pictures and original content? Oh well... Normally, you would be able to do that from the context menu by right clicking the image, but no, Instagram doesn't allow that.
एक्सटेंशन की मूल जानकारी
नाम | |
ID | lnohmjodbjklfmjnbebkkchbnklnhghh |
आधिकारिक URL | https://chrome.google.com/webstore/detail/instagram-pop-out-button/lnohmjodbjklfmjnbebkkchbnklnhghh |
विवरण | Adds a button on top of the images on Instagram, which opens the corresponding image in a new tab in higher resolution. |
फ़ाइल का आकार | 17.28 KB |
स्थापना संख्या | 574 |
वर्तमान संस्करण | 1.0 |
अंतिम अपडेट | 2021-04-03 |
प्रकाशन तिथि | 2021-04-03 |
रेटिंग | 5.00/5 कुल 3 रेटिंग्स |
डेवलपर | Andrey Shevchuk |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Instagram Pop Out button", "description": "Adds a button on top of the images on Instagram, which opens the corresponding image in a new tab in higher resolution.", "version": "1.0", "icons": { "16": "logo1-16.png", "128": "logo1-128.png" }, "offline_enabled": false, "content_scripts": [ { "matches": [ "https:\/\/www.instagram.com\/*" ], "css": [ "mahstyle.css" ], "js": [ "contentScript.js" ] } ] } |