Instension
Chrome browser extension, that allows to download or open in a separate tab a video/photo post from the Instagram website.
Instension क्या है?
Instension Unknown द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Chrome browser extension, that allows to download or open in a separate tab a video/photo post from the Instagram website."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Instension एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
Extension will add two new items in a context menu, "Open in new tab" and "Download". They will work, if context menu is opened on a fullsize post from the official Instagram website.
एक्सटेंशन की मूल जानकारी
नाम | |
ID | ghhgaaedjagldepccfmopmnkkkpjkeon |
आधिकारिक URL | https://chromewebstore.google.com/detail/instension/ghhgaaedjagldepccfmopmnkkkpjkeon |
विवरण | Chrome browser extension, that allows to download or open in a separate tab a video/photo post from the Instagram website. |
फ़ाइल का आकार | 16.2 KB |
स्थापना संख्या | 19 |
वर्तमान संस्करण | 1.1.0 |
अंतिम अपडेट | 2020-01-02 |
प्रकाशन तिथि | 2020-01-02 |
रेटिंग | 5.00/5 कुल 1 रेटिंग्स |
डेवलपर | Unknown |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | https://github.com/KrusnikViers/Instension |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Instension", "version": "1.1.0", "description": "Chrome browser extension, that allows to download or open in a separate tab a video\/photo post from the Instagram website.", "icons": { "16": "icons\/instension_16.png", "32": "icons\/instension_32.png", "64": "icons\/instension_64.png", "128": "icons\/instension_128.png" }, "background": { "scripts": [ "scripts\/background.js" ] }, "content_scripts": [ { "matches": [ "*:\/\/*.instagram.com\/*" ], "run_at": "document_start", "js": [ "scripts\/element_finder.js", "scripts\/content.js" ] } ], "permissions": [ "contextMenus", "downloads" ] } |