Affinity Enhancement Tool
FurAffinity enhancements (click on a thumbnail for a large preview.)
What is Affinity Enhancement Tool?
Affinity Enhancement Tool is a Chrome extension developed by soaproap, and its main feature is "FurAffinity enhancements (click on a thumbnail for a large preview.)".
Extension Screenshots
Download Affinity Enhancement Tool Extension CRX File
Download Affinity Enhancement Tool extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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)
Extension Basic Information
Name | Affinity Enhancement Tool |
ID | fgbmncbniijghkhnfahfnfbggaeoacoh |
Official URL | https://chromewebstore.google.com/detail/affinity-enhancement-tool/fgbmncbniijghkhnfahfnfbggaeoacoh |
Description | FurAffinity enhancements (click on a thumbnail for a large preview.) |
File Size | 8 KB |
Installation Count | 53 |
Current Version | 1.0 |
Last Updated | 2016-09-17 |
Publish Date | 2016-09-17 |
Developer | soaproap |
Payment Type | free |
Extension Website | http://furrz.gitlab.io |
Supported Languages | 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" ] } ] } |