Fluffle

Helping critters with finding the sources of furry artwork.

What is Fluffle?

Fluffle is a Chrome extension developed by https://fluffle.xyz, and its main feature is "Helping critters with finding the sources of furry artwork.".

Extension Screenshots

screenshot

Download Fluffle Extension CRX File

Download Fluffle extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name Fluffle Fluffle
ID llhgiljidjhfkenmomnlhbncalgobcje
Official URL https://chromewebstore.google.com/detail/fluffle/llhgiljidjhfkenmomnlhbncalgobcje
Description Helping critters with finding the sources of furry artwork.
File Size 43.03 KB
Installation Count 445
Current Version 1.0.1
Last Updated 2022-02-23
Publish Date 2022-02-22
Rating 4.86/5 Total 7 Ratings
Developer https://fluffle.xyz
Email [email protected]
Payment Type free
Supported Languages 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"
    }
}