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.)"입니다.

확장 프로그램 스크린샷

screenshot

Affinity Enhancement Tool 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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)                    

확장 프로그램 기본 정보

이름 Affinity Enhancement Tool Affinity Enhancement Tool
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"
            ]
        }
    ]
}