Affinity Enhancement Tool

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

Wat is Affinity Enhancement Tool?

Affinity Enhancement Tool is een Chrome-extensie ontwikkeld door soaproap, en de belangrijkste functie is "FurAffinity enhancements (click on a thumbnail for a large preview.)".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Affinity Enhancement Tool

Download Affinity Enhancement Tool-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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)                    

Basisinformatie over de Extensie

Naam Affinity Enhancement Tool Affinity Enhancement Tool
ID fgbmncbniijghkhnfahfnfbggaeoacoh
Officiële URL https://chromewebstore.google.com/detail/affinity-enhancement-tool/fgbmncbniijghkhnfahfnfbggaeoacoh
Beschrijving FurAffinity enhancements (click on a thumbnail for a large preview.)
Bestandsgrootte 8 KB
Aantal Installaties 53
Huidige Versie 1.0
Laatst Bijgewerkt 2016-09-17
Publicatiedatum 2016-09-17
Ontwikkelaar soaproap
Betalingswijze free
Extensiewebsite http://furrz.gitlab.io
Ondersteunde Talen 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"
            ]
        }
    ]
}