download for image and video etc
download image&video
download for image and video etc क्या है?
download for image and video etc https://sslbitcoin.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "download image&video"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में download for image and video etc एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
                        The tool currently supports images  and video downloads from Instagram ;
1、download  images 
2、download  multi  images  one click
3、download  video
4、download  story
note:
This tool don't collect your data.                     एक्सटेंशन की मूल जानकारी
| नाम |   |  
| ID | efihmmjlmbogdloblieccnfdllfhallj | 
| आधिकारिक URL | https://chromewebstore.google.com/detail/download-for-image-and-vi/efihmmjlmbogdloblieccnfdllfhallj | 
| विवरण | download image&video | 
| फ़ाइल का आकार | 72.12 KB | 
| स्थापना संख्या | 38 | 
| वर्तमान संस्करण | 1.2.8 | 
| अंतिम अपडेट | 2023-08-26 | 
| प्रकाशन तिथि | 2022-06-17 | 
| डेवलपर | https://sslbitcoin.com | 
| ईमेल | [email protected] | 
| भुगतान के प्रकार | free | 
| एक्सटेंशन वेबसाइट | https://sslbitcoin.com/ | 
| समर्थित भाषाएँ | en-US | 
| manifest.json | |
 {
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "download for image and video etc",
    "homepage_url": "https:\/\/sslbitcoin.com",
    "description": "download  image&video",
    "version": "1.2.8",
    "manifest_version": 3,
    "web_accessible_resources": [
        {
            "resources": [
                "css\/*",
                "img\/*",
                "iframeTmp.html"
            ],
            "matches": [
                "https:\/\/*.instagram.com\/*"
            ]
        }
    ],
    "icons": {
        "16": "img\/receive.png",
        "48": "img\/download.png"
    },
    "permissions": [
        "downloads",
        "tabs",
        "scripting",
        "activeTab"
    ],
    "host_permissions": [
        "https:\/\/*.sslbitcoin.com\/*",
        "https:\/\/*.instagram.com\/"
    ],
    "background": {
        "service_worker": "js\/bg.js"
    },
    "action": {
        "default_popup": "popup.html"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*.instagram.com\/*"
            ],
            "css": [
                "css\/content-new.css",
                "css\/content.css"
            ],
            "js": [
                "js\/jquery.min.js",
                "js\/m.js",
                "js\/cs2.js"
            ]
        }
    ],
    "externally_connectable": {
        "matches": [
            "https:\/\/*.sslbitcoin.com\/*"
        ]
    },
    "content_security_policy": {
        "isolated_world": "script-src 'self' https:\/\/www.google-analytics.com https:\/\/www.googletagmanager.com ; object-src 'self'"
    }
}  |  |