FurAffinity Extender

FurAffinity Extender adds to the your browsing experience of FurAffinity.net by adding additional client-side features.

Co je FurAffinity Extender?

FurAffinity Extender je rozšíření Chrome vyvinuté Kauko, a jeho hlavní funkcí je „FurAffinity Extender adds to the your browsing experience of FurAffinity.net by adding additional client-side features.“.

Snímky obrazovky rozšíření

screenshot

Stáhnout soubor CRX rozšíření FurAffinity Extender

Stáhněte si soubory rozšíření FurAffinity Extender ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        FurAffinity Extender adds to the your browsing experience of FurAffinity.net by adding features such as saving files, Open Gallery in Tabs to open all images in a gallery at once, keyboard shortcuts, and more.                    

Základní Informace o Rozšíření

Název FurAffinity Extender FurAffinity Extender
ID fhmcgphbcegegmikbgihhobgphecbkon
Oficiální URL https://chromewebstore.google.com/detail/furaffinity-extender/fhmcgphbcegegmikbgihhobgphecbkon
Popis FurAffinity Extender adds to the your browsing experience of FurAffinity.net by adding additional client-side features.
Velikost souboru 75.65 KB
Počet instalací 1,494
Aktuální Verze 1.2.4
Poslední Aktualizace 2023-12-06
Datum Vydání 2020-06-12
Hodnocení 3.14/5 Celkem 21 Hodnocení
Vývojář Kauko
E-mail [email protected]
Typ Platby free
Webové stránky Rozšíření https://cheeplusplus.github.io/faextender-chrome/
URL Stránky Nápovědy https://github.com/cheeplusplus/faextender-chrome/issues
Podporované Jazyky en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "FurAffinity Extender",
    "manifest_version": 3,
    "description": "FurAffinity Extender adds to the your browsing experience of FurAffinity.net by adding additional client-side features.",
    "icons": {
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.furaffinity.net\/*"
            ],
            "js": [
                "page_inject.bundle.js",
                "vendor.bundle.js"
            ],
            "run_at": "document_start"
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "tabdelay.html"
            ],
            "matches": [
                "*:\/\/*.furaffinity.net\/*"
            ]
        }
    ],
    "homepage_url": "https:\/\/cheeplusplus.github.io\/faextender-chrome\/",
    "options_ui": {
        "page": "options.html"
    },
    "permissions": [
        "storage",
        "downloads"
    ],
    "version": "1.2.4",
    "minimum_chrome_version": "88",
    "background": {
        "service_worker": "background.bundle.js",
        "type": "module"
    }
}