Fluffle

Helping critters with finding the sources of furry artwork.

Cos'è Fluffle?

Fluffle è un'estensione di Chrome sviluppata da https://fluffle.xyz, e la sua funzione principale è "Helping critters with finding the sources of furry artwork.".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Fluffle

Scarica i file di estensione Fluffle in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome Fluffle Fluffle
ID llhgiljidjhfkenmomnlhbncalgobcje
URL Ufficiale https://chromewebstore.google.com/detail/fluffle/llhgiljidjhfkenmomnlhbncalgobcje
Descrizione Helping critters with finding the sources of furry artwork.
Dimensione del File 43.03 KB
Conteggio Installazioni 445
Versione Corrente 1.0.1
Ultimo Aggiornamento 2022-02-23
Data di Pubblicazione 2022-02-22
Valutazione 4.86/5 Totale 7 Valutazioni
Sviluppatore https://fluffle.xyz
Email [email protected]
Tipo di Pagamento free
Lingue Supportate 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"
    }
}