Fluffle

Helping critters with finding the sources of furry artwork.

Hvad er Fluffle?

Fluffle er en Chrome-udvidelse udviklet af https://fluffle.xyz, og dens hovedfunktion er "Helping critters with finding the sources of furry artwork.".

Udvidelsesskærmbilleder

screenshot

Download Fluffle-udvidelses-CRX-fil

Download Fluffle-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        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.                    

Grundlæggende oplysninger om udvidelsen

Navn Fluffle Fluffle
ID llhgiljidjhfkenmomnlhbncalgobcje
Officiel URL https://chromewebstore.google.com/detail/fluffle/llhgiljidjhfkenmomnlhbncalgobcje
Beskrivelse Helping critters with finding the sources of furry artwork.
Filstørrelse 43.03 KB
Antal Installationer 445
Nuværende Version 1.0.1
Senest Opdateret 2022-02-23
Udgivelsesdato 2022-02-22
Bedømmelse 4.86/5 Samlet 7 Bedømmelser
Udvikler https://fluffle.xyz
E-mail [email protected]
Betalingsmetode free
Understøttede Sprog 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"
    }
}