GetThetPic!
Download any photo from Instagram easily with this simple extension.
GetThetPic! क्या है?
GetThetPic! http://kenji.ai द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Download any photo from Instagram easily with this simple extension."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में GetThetPic! एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
Download any photo from Instagram the easy way within two clicks! Our downloader extension integrates seamlessly into your web browsing experience. Here's how it works: all you need to do is right-click on any photo when you're on the website. After that, you're able to do three things. You can either download the photo, open it in a new tab, or simply get the direct image URL by copying it. This is the simplest app you'll ever use. It's also lightweight and doesn't affect your browsing experience at all. Happy downloading!
एक्सटेंशन की मूल जानकारी
नाम | |
ID | fkdmnfbeaepmildaolaoicjbfkghpcco |
आधिकारिक URL | https://chrome.google.com/webstore/detail/getthetpic/fkdmnfbeaepmildaolaoicjbfkghpcco |
विवरण | Download any photo from Instagram easily with this simple extension. |
फ़ाइल का आकार | 26.83 KB |
स्थापना संख्या | 6,861 |
वर्तमान संस्करण | 3.0.8 |
अंतिम अपडेट | 2019-04-08 |
प्रकाशन तिथि | 2019-04-08 |
रेटिंग | 3.78/5 कुल 60 रेटिंग्स |
डेवलपर | http://kenji.ai |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | http://www.kenji.ai |
सहायता पृष्ठ URL | https://github.com/odditive/instagram-image-url |
गोपनीयता नीति पृष्ठ URL | https://kenji.ai/privacy |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "GetThetPic!", "description": "Download any photo from Instagram easily with this simple extension.", "version": "3.0.8", "icons": { "16": "resources\/insta-16.png", "48": "resources\/insta-48.png", "128": "resources\/insta-128.png" }, "author": "Kenji.ai", "homepage_url": "http:\/\/www.kenji.ai", "background": { "scripts": [ "background.js" ] }, "content_scripts": [ { "matches": [ "http:\/\/www.instagram.com\/*", "https:\/\/www.instagram.com\/*" ], "js": [ "content.js" ], "run_at": "document_end" } ], "permissions": [ "tabs", "contextMenus", "downloads" ] } |