Affinity Enhancement Tool
FurAffinity enhancements (click on a thumbnail for a large preview.)
Cos'è Affinity Enhancement Tool?
Affinity Enhancement Tool è un'estensione di Chrome sviluppata da soaproap, e la sua funzione principale è "FurAffinity enhancements (click on a thumbnail for a large preview.)".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Affinity Enhancement Tool
Scarica i file di estensione Affinity Enhancement Tool in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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)
Informazioni di Base sull'Estensione
Nome | Affinity Enhancement Tool |
ID | fgbmncbniijghkhnfahfnfbggaeoacoh |
URL Ufficiale | https://chromewebstore.google.com/detail/affinity-enhancement-tool/fgbmncbniijghkhnfahfnfbggaeoacoh |
Descrizione | FurAffinity enhancements (click on a thumbnail for a large preview.) |
Dimensione del File | 8 KB |
Conteggio Installazioni | 53 |
Versione Corrente | 1.0 |
Ultimo Aggiornamento | 2016-09-17 |
Data di Pubblicazione | 2016-09-17 |
Sviluppatore | soaproap |
Tipo di Pagamento | free |
Sito Web dell'Estensione | http://furrz.gitlab.io |
Lingue Supportate | 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" ] } ] } |