Affinity Enhancement Tool

FurAffinity enhancements (click on a thumbnail for a large preview.)

Co to jest Affinity Enhancement Tool?

Affinity Enhancement Tool to rozszerzenie Chrome opracowane przez soaproap, a jego główną funkcją jest „FurAffinity enhancements (click on a thumbnail for a large preview.)”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia Affinity Enhancement Tool

Pobierz pliki rozszerzeń Affinity Enhancement Tool w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        The current version of AET allows you to quickly see full images while browsing FurAffinity.net. You can click on the image thumbnail to see the full-sized image floating over the page. Then, you can click the floating image to visit the page, or click elsewhere to close.

(Contact the developers or request features: http://twitter.com/soaproap)                    

Podstawowe informacje o rozszerzeniu

Nazwa Affinity Enhancement Tool Affinity Enhancement Tool
ID fgbmncbniijghkhnfahfnfbggaeoacoh
Oficjalny URL https://chromewebstore.google.com/detail/affinity-enhancement-tool/fgbmncbniijghkhnfahfnfbggaeoacoh
Opis FurAffinity enhancements (click on a thumbnail for a large preview.)
Rozmiar pliku 8 KB
Liczba instalacji 53
Aktualna Wersja 1.0
Ostatnia Aktualizacja 2016-09-17
Data Publikacji 2016-09-17
Deweloper soaproap
Typ Płatności free
Strona Rozszerzenia http://furrz.gitlab.io
Obsługiwane Języki en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Affinity Enhancement Tool",
    "version": "1.0",
    "description": "FurAffinity enhancements (click on a thumbnail for a large preview.)",
    "icons": {
        "48": "icons\/faet-48.png"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.furaffinity.net\/browse*"
            ],
            "js": [
                "browse.js"
            ],
            "css": [
                "browse.css"
            ]
        }
    ]
}