Fluffle

Helping critters with finding the sources of furry artwork.

什么是Fluffle?

Fluffle是由https://fluffle.xyz开发的Chrome扩展程序,该扩展的主要功能是“Helping critters with finding the sources of furry artwork.”。

扩展截图

screenshot

下载Fluffle扩展crx文件

下载Fluffle扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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.                    

扩展基本信息

名称 Fluffle Fluffle
ID llhgiljidjhfkenmomnlhbncalgobcje
官方URL https://chromewebstore.google.com/detail/fluffle/llhgiljidjhfkenmomnlhbncalgobcje
简介 Helping critters with finding the sources of furry artwork.
文件大小 43.03 KB
安装次数 445
当前版本 1.0.1
更新时间 2022-02-23
上架时间 2022-02-22
评分 4.86/5 共7次评分
开发者 https://fluffle.xyz
电子邮箱 [email protected]
付费类型 free
支持的语言 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"
    }
}