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