Affinity Enhancement Tool
FurAffinity enhancements (click on a thumbnail for a large preview.)
什么是Affinity Enhancement Tool?
Affinity Enhancement Tool是由soaproap开发的Chrome扩展程序,该扩展的主要功能是“FurAffinity enhancements (click on a thumbnail for a large preview.)”。
扩展截图
下载Affinity Enhancement Tool扩展crx文件
下载Affinity Enhancement Tool扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
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) 扩展基本信息
| 名称 | |
| ID | fgbmncbniijghkhnfahfnfbggaeoacoh |
| 官方URL | https://chromewebstore.google.com/detail/affinity-enhancement-tool/fgbmncbniijghkhnfahfnfbggaeoacoh |
| 简介 | FurAffinity enhancements (click on a thumbnail for a large preview.) |
| 文件大小 | 8 KB |
| 安装次数 | 53 |
| 当前版本 | 1.0 |
| 更新时间 | 2016-09-17 |
| 上架时间 | 2016-09-17 |
| 开发者 | soaproap |
| 付费类型 | free |
| 扩展官网 | http://furrz.gitlab.io |
| 支持的语言 | 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"
]
}
]
} | |