Fluffle

Helping critters with finding the sources of furry artwork.

O que é Fluffle?

Fluffle é uma extensão do Chrome desenvolvida por https://fluffle.xyz, e sua principal característica é "Helping critters with finding the sources of furry artwork.".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão Fluffle

Baixe arquivos de extensão Fluffle 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

                        Fluffle is a reverse image search service specifically made for the furry community. It attempts to find images submitted to it on sites like Fur Affinity, Twitter, e621 and more.

This extension is part of the larger ecosystem Fluffle supports and simplifies using Fluffle from within your browser. Simply right click on any image and your browser will prompt you with the option to reverse search the image using Fluffle, as can be seen in the attached screenshot.                    

Informações Básicas da Extensão

Nome Fluffle Fluffle
ID llhgiljidjhfkenmomnlhbncalgobcje
URL Oficial https://chromewebstore.google.com/detail/fluffle/llhgiljidjhfkenmomnlhbncalgobcje
Descrição Helping critters with finding the sources of furry artwork.
Tamanho do Arquivo 43.03 KB
Contagem de Instalações 445
Versão Atual 1.0.1
Última Atualização 2022-02-23
Data de Publicação 2022-02-22
Classificação 4.86/5 Total de 7 Avaliações
Desenvolvedor https://fluffle.xyz
Email [email protected]
Tipo de Pagamento free
Idiomas Suportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Fluffle",
    "description": "Helping critters with finding the sources of furry artwork.",
    "version": "1.0.1",
    "background": {
        "service_worker": "background.js"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "content.js"
            ]
        }
    ],
    "permissions": [
        "contextMenus",
        "tabs",
        "storage",
        "unlimitedStorage"
    ],
    "icons": {
        "16": "\/icons\/16.png",
        "32": "\/icons\/32.png",
        "48": "\/icons\/48.png",
        "128": "\/icons\/128.png"
    }
}