Fluffle

Helping critters with finding the sources of furry artwork.

Fluffle là gì?

Fluffle là một tiện ích mở rộng Chrome được phát triển bởi https://fluffle.xyz, và tính năng chính của nó là "Helping critters with finding the sources of furry artwork.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Fluffle

Tải xuống các tệp mở rộng Fluffle dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Fluffle Fluffle
ID llhgiljidjhfkenmomnlhbncalgobcje
URL Chính Thức https://chromewebstore.google.com/detail/fluffle/llhgiljidjhfkenmomnlhbncalgobcje
Mô tả Helping critters with finding the sources of furry artwork.
Kích Thước Tệp 43.03 KB
Số Lần Cài Đặt 445
Phiên Bản Hiện Tại 1.0.1
Cập Nhật Lần Cuối 2022-02-23
Ngày Phát Hành 2022-02-22
Đánh Giá 4.86/5 Tổng số 7 Đánh Giá
Nhà Phát Triển https://fluffle.xyz
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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"
    }
}