Affinity Enhancement Tool

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

Qu'est-ce que Affinity Enhancement Tool ?

Affinity Enhancement Tool est une extension Chrome développée par soaproap, et sa fonction principale est "FurAffinity enhancements (click on a thumbnail for a large preview.)".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Affinity Enhancement Tool

Téléchargez les fichiers d'extension Affinity Enhancement Tool au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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)                    

Informations de Base sur l'Extension

Nom Affinity Enhancement Tool Affinity Enhancement Tool
ID fgbmncbniijghkhnfahfnfbggaeoacoh
URL Officiel https://chromewebstore.google.com/detail/affinity-enhancement-tool/fgbmncbniijghkhnfahfnfbggaeoacoh
Description FurAffinity enhancements (click on a thumbnail for a large preview.)
Taille du Fichier 8 KB
Nombre d'Installations 53
Version Actuelle 1.0
Dernière Mise à Jour 2016-09-17
Date de Publication 2016-09-17
Développeur soaproap
Type de Paiement free
Site Web de l'Extension http://furrz.gitlab.io
Langues Prises en Charge 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"
            ]
        }
    ]
}