FurAffinity Extender
FurAffinity Extender adds to the your browsing experience of FurAffinity.net by adding additional client-side features.
FurAffinity Extenderคืออะไร?
FurAffinity Extender เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Kauko และคุณลักษณะหลักของมันคือ "FurAffinity Extender adds to the your browsing experience of FurAffinity.net by adding additional client-side features."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย FurAffinity Extender
ดาวน์โหลดไฟล์ส่วนขยาย FurAffinity Extender ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
FurAffinity Extender adds to the your browsing experience of FurAffinity.net by adding features such as saving files, Open Gallery in Tabs to open all images in a gallery at once, keyboard shortcuts, and more.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | FurAffinity Extender |
ID | fhmcgphbcegegmikbgihhobgphecbkon |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/furaffinity-extender/fhmcgphbcegegmikbgihhobgphecbkon |
คำอธิบาย | FurAffinity Extender adds to the your browsing experience of FurAffinity.net by adding additional client-side features. |
ขนาดไฟล์ | 75.65 KB |
จำนวนการติดตั้ง | 1,494 |
เวอร์ชันปัจจุบัน | 1.2.4 |
อัปเดตครั้งล่าสุด | 2023-12-06 |
วันที่เผยแพร่ | 2020-06-12 |
คะแนน | 3.14/5 รวมทั้งหมด 21 คะแนน |
ผู้พัฒนา | Kauko |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://cheeplusplus.github.io/faextender-chrome/ |
URL หน้าช่วยเหลือ | https://github.com/cheeplusplus/faextender-chrome/issues |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "FurAffinity Extender", "manifest_version": 3, "description": "FurAffinity Extender adds to the your browsing experience of FurAffinity.net by adding additional client-side features.", "icons": { "48": "icon48.png", "128": "icon128.png" }, "content_scripts": [ { "matches": [ "*:\/\/*.furaffinity.net\/*" ], "js": [ "page_inject.bundle.js", "vendor.bundle.js" ], "run_at": "document_start" } ], "web_accessible_resources": [ { "resources": [ "tabdelay.html" ], "matches": [ "*:\/\/*.furaffinity.net\/*" ] } ], "homepage_url": "https:\/\/cheeplusplus.github.io\/faextender-chrome\/", "options_ui": { "page": "options.html" }, "permissions": [ "storage", "downloads" ], "version": "1.2.4", "minimum_chrome_version": "88", "background": { "service_worker": "background.bundle.js", "type": "module" } } |