Shift Click Image Extractor

Extracting / sharing images: now easy as Shift

O que é Shift Click Image Extractor?

Shift Click Image Extractor é uma extensão do Chrome desenvolvida por https://shft.cl, e sua principal característica é "Extracting / sharing images: now easy as Shift".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão Shift Click Image Extractor

Baixe arquivos de extensão Shift Click Image Extractor no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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.                    

Informações Básicas da Extensão

Nome Shift Click Image Extractor Shift Click Image Extractor
ID aonflkdebcjkiimklgpgkclmjohclbbf
URL Oficial https://chromewebstore.google.com/detail/shift-click-image-extract/aonflkdebcjkiimklgpgkclmjohclbbf
Descrição Extracting / sharing images: now easy as Shift
Tamanho do Arquivo 30.69 KB
Contagem de Instalações 12,792
Versão Atual 1.7.1
Última Atualização 2023-01-30
Data de Publicação 2020-02-09
Classificação 3.98/5 Total de 48 Avaliações
Desenvolvedor https://shft.cl
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://shft.cl/
URL da Página de Ajuda https://twitter.com/shftcl
URL da Página de Política de Privacidade https://shft.cl/tos
Idiomas Suportados 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\/;"
}