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
Eメール [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"
    }
}