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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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"
    }
}