Fluffle

Helping critters with finding the sources of furry artwork.

Fluffleคืออะไร?

Fluffle เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://fluffle.xyz และคุณลักษณะหลักของมันคือ "Helping critters with finding the sources of furry artwork."

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Fluffle

ดาวน์โหลดไฟล์ส่วนขยาย 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"
    }
}