Tinder Image Expander

Allows you to click on a Tinder profile image and to open it in a new tab

O que é Tinder Image Expander?

Tinder Image Expander é uma extensão do Chrome desenvolvida por omeriko9, e sua principal característica é "Allows you to click on a Tinder profile image and to open it in a new tab".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão Tinder Image Expander

Baixe arquivos de extensão Tinder Image Expander 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

                        Fetches background-image from div for each picture, and adds a small button called 'open' that will open the image in a new tab                    

Informações Básicas da Extensão

Nome Tinder Image Expander Tinder Image Expander
ID omjldoifbgnmpnjaeboeoomlmmhbepcg
URL Oficial https://chrome.google.com/webstore/detail/tinder-image-expander/omjldoifbgnmpnjaeboeoomlmmhbepcg
Descrição Allows you to click on a Tinder profile image and to open it in a new tab
Tamanho do Arquivo 34.81 KB
Contagem de Instalações 3,113
Versão Atual 1.3
Última Atualização 2022-06-12
Data de Publicação 2020-11-24
Classificação 5.00/5 Total de 4 Avaliações
Desenvolvedor omeriko9
Email [email protected]
Tipo de Pagamento free
Idiomas Suportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Tinder Image Expander",
    "version": "1.3",
    "description": "Allows you to click on a Tinder profile image and to open it in a new tab",
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*.tinder.com\/*"
            ],
            "js": [
                "jquery.js",
                "contentScript.js"
            ]
        }
    ],
    "manifest_version": 3
}