Affinity Enhancement Tool

FurAffinity enhancements (click on a thumbnail for a large preview.)

Affinity Enhancement Toolคืออะไร?

Affinity Enhancement Tool เป็นส่วนขยายของ Chrome ที่พัฒนาโดย soaproap และคุณลักษณะหลักของมันคือ "FurAffinity enhancements (click on a thumbnail for a large preview.)"

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Affinity Enhancement Tool

ดาวน์โหลดไฟล์ส่วนขยาย 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
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"
            ]
        }
    ]
}