Fluffle

Helping critters with finding the sources of furry artwork.

Qu'est-ce que Fluffle ?

Fluffle est une extension Chrome développée par https://fluffle.xyz, et sa fonction principale est "Helping critters with finding the sources of furry artwork.".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Fluffle

Téléchargez les fichiers d'extension Fluffle au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom Fluffle Fluffle
ID llhgiljidjhfkenmomnlhbncalgobcje
URL Officiel https://chromewebstore.google.com/detail/fluffle/llhgiljidjhfkenmomnlhbncalgobcje
Description Helping critters with finding the sources of furry artwork.
Taille du Fichier 43.03 KB
Nombre d'Installations 445
Version Actuelle 1.0.1
Dernière Mise à Jour 2022-02-23
Date de Publication 2022-02-22
Évaluation 4.86/5 Total 7 Évaluations
Développeur https://fluffle.xyz
Email [email protected]
Type de Paiement free
Langues Prises en Charge 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"
    }
}