Fluffle

Helping critters with finding the sources of furry artwork.

Wat is Fluffle?

Fluffle is een Chrome-extensie ontwikkeld door https://fluffle.xyz, en de belangrijkste functie is "Helping critters with finding the sources of furry artwork.".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Fluffle

Download Fluffle-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam Fluffle Fluffle
ID llhgiljidjhfkenmomnlhbncalgobcje
Officiële URL https://chromewebstore.google.com/detail/fluffle/llhgiljidjhfkenmomnlhbncalgobcje
Beschrijving Helping critters with finding the sources of furry artwork.
Bestandsgrootte 43.03 KB
Aantal Installaties 445
Huidige Versie 1.0.1
Laatst Bijgewerkt 2022-02-23
Publicatiedatum 2022-02-22
Beoordeling 4.86/5 Totaal 7 Beoordelingen
Ontwikkelaar https://fluffle.xyz
E-mail [email protected]
Betalingswijze free
Ondersteunde Talen 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"
    }
}