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文件

下載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)                    

擴展基本資訊

名稱 Affinity Enhancement Tool Affinity Enhancement Tool
ID fgbmncbniijghkhnfahfnfbggaeoacoh
官方網址 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"
            ]
        }
    ]
}