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"
]
}
]
} | |