Shift Click Image Extractor

Extracting / sharing images: now easy as Shift

Shift Click Image Extractor क्या है?

Shift Click Image Extractor https://shft.cl द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Extracting / sharing images: now easy as Shift"।

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

screenshot

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

crx प्रारूप में Shift Click Image Extractor एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

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

                        Shift Click is everything you need:
- an image extractor
- an image sharing tool
- an image downloader
- an Instagram image downloader
- a gif downloader
- and much more!

This extension generates automatically a short URL that allows you to share *any* images in a record time. No useless UI in your browser, this simple shortcut helps you to keep it clean!

Shift Click uses a hit test to bypass blank divs from getting at the image.
That means no more right-click + inspect. You can leave the dev tools behind.

Be prepared to save a Shiftload of time.                    

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

नाम Shift Click Image Extractor Shift Click Image Extractor
ID aonflkdebcjkiimklgpgkclmjohclbbf
आधिकारिक URL https://chromewebstore.google.com/detail/shift-click-image-extract/aonflkdebcjkiimklgpgkclmjohclbbf
विवरण Extracting / sharing images: now easy as Shift
फ़ाइल का आकार 30.69 KB
स्थापना संख्या 12,792
वर्तमान संस्करण 1.7.1
अंतिम अपडेट 2023-01-30
प्रकाशन तिथि 2020-02-09
रेटिंग 3.98/5 कुल 48 रेटिंग्स
डेवलपर https://shft.cl
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://shft.cl/
सहायता पृष्ठ URL https://twitter.com/shftcl
गोपनीयता नीति पृष्ठ URL https://shft.cl/tos
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Shift Click Image Extractor",
    "short_name": "Shift Click",
    "manifest_version": 2,
    "description": "Extracting \/ sharing images: now easy as Shift",
    "version": "1.7.1",
    "icons": {
        "16": "context.png",
        "64": "icon.png",
        "128": "icon128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "content.js"
            ],
            "css": [],
            "run_at": "document_end",
            "all_frames": true
        }
    ],
    "background": {
        "persistent": true,
        "scripts": [
            "background.js"
        ]
    },
    "author": "Deux Huit Huit",
    "homepage_url": "https:\/\/shft.cl\/?utm_source=shftclck-ext&utm_medium=chrome-ext-panel&utm_campaign=chrome-ext-panel",
    "externally_connectable": {
        "matches": [
            "*:\/\/shft.cl\/*"
        ]
    },
    "permissions": [
        "activeTab",
        "background",
        "contextMenus",
        "storage",
        "unlimitedStorage",
        "http:\/\/localhost\/",
        "https:\/\/localhost\/",
        "https:\/\/shft.cl\/",
        ""
    ],
    "offline_enabled": false,
    "content_security_policy": "script-src 'self'; default-src 'self' http:\/\/localhost:* https:\/\/localhost:* https:\/\/shft.cl\/ https:\/\/*.shft.cl\/; style-src 'self'; img-src data: 'self' http:\/\/localhost:* https:\/\/shft.cl\/ https:\/\/*.shft.cl\/;"
}