BaaBaaPicker - Download and save images and videos

Download and save images by "ALT & CLICK", download and save videos by "Resource Sniffing".

BaaBaaPicker - Download and save images and videos क्या है?

BaaBaaPicker - Download and save images and videos Onekki द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Download and save images by "ALT & CLICK", download and save videos by "Resource Sniffing"."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में BaaBaaPicker - Download and save images and videos एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        Download and save images and videos

Features:
1. Support [ALT + Mouse Click] to download pictures directly
2. Supports batch downloading of images, and supports filtering images by image size
3. Support video download (currently supports mp4 and m3u8 videos)
4. Support saving image formats (such as webp saved as png)
5. Support setting storage folder (limited to setting subfolders in the download folder)
6. Theoretically supports any website

Disclaimer:
"BaaBaaPicker - Image Download and Video Download Assistant" is just a tool to help you download pictures or videos, but the pictures or videos may be protected by copyright. Before reusing an image, make sure you check its license and specific reuse terms. Please do not use any images or videos before researching their copyright status.

Questions and needs are welcome

Contact the author:
1. Email [email protected]
2. WeChat zhu285079772                    

एक्सटेंशन की मूल जानकारी

नाम BaaBaaPicker - Download and save images and videos BaaBaaPicker - Download and save images and videos
ID jmcfjcfhlakmpddbfbioackkkeialkdi
आधिकारिक URL https://chromewebstore.google.com/detail/baabaapicker-download-and/jmcfjcfhlakmpddbfbioackkkeialkdi
विवरण Download and save images by "ALT & CLICK", download and save videos by "Resource Sniffing".
फ़ाइल का आकार 255 KB
स्थापना संख्या 84
वर्तमान संस्करण 1.1.10
अंतिम अपडेट 2023-10-28
प्रकाशन तिथि 2023-09-27
डेवलपर Onekki
ईमेल [email protected]
भुगतान के प्रकार free
समर्थित भाषाएँ en,zh-CN
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "1.1.10",
    "author": "Onekki",
    "manifest_version": 3,
    "name": "__MSG_name__",
    "description": "__MSG_description__",
    "default_locale": "zh_CN",
    "icons": {
        "16": "icons\/16.png",
        "32": "icons\/32.png",
        "48": "icons\/48.png",
        "96": "icons\/96.png",
        "128": "icons\/128.png"
    },
    "action": {
        "default_popup": "src\/popup\/index.html"
    },
    "background": {
        "service_worker": "src\/service\/main.js"
    },
    "content_scripts": [
        {
            "js": [
                "src\/injection\/frames\/main.js"
            ],
            "matches": [
                "*:\/\/*\/*"
            ],
            "all_frames": true,
            "css": [
                "style.css"
            ]
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "icons\/48.png"
            ],
            "matches": [
                "*:\/\/*\/*"
            ]
        }
    ],
    "permissions": [
        "storage",
        "downloads",
        "offscreen",
        "webRequest",
        "scripting"
    ],
    "host_permissions": [
        "*:\/\/*\/*"
    ]
}