FABUI (FurAffinity Uploader & Notifier)

Implements a better uploader and notification system on FurAffinity.

FABUI (FurAffinity Uploader & Notifier)คืออะไร?

FABUI (FurAffinity Uploader & Notifier) เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Kenji Kuroneki และคุณลักษณะหลักของมันคือ "Implements a better uploader and notification system on FurAffinity."

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

screenshot
screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย FABUI (FurAffinity Uploader & Notifier)

ดาวน์โหลดไฟล์ส่วนขยาย FABUI (FurAffinity Uploader & Notifier) ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        An extension that makes the user-experience on FurAffinity better by adding a new notifier system on your toolbar and getting rid of the outdated and clunky default upload system of FA, replacing it with a much more user-friendly and resourceful uploader. Main features include:

- Upload multiple files at once.
- Ability to drag & drop files anywhere on FurAffinity's upload page.
- Edit details on the fly and save them to use later as Upload Defaults.
- Have series and comics update their links to previous/next/first submissions automatically.
- Organize everything into a list to be uploaded sequentially while you relax in the background.
- New notification system that displays new submissions, comments, journals, favorites and notes directly through your toolbar.
- Disable FurAffinity's compression and upload images based on their original quality.

No more wasting time going through 4 different pages just to upload a single file to FurAffinity or having to click every single page to see the new comments you've received, install FABUI on your browser now and make your user-experience on FurAffinity so much better!

Icons made by Smashicons from www.flaticon.com
Rich-text Editor by Quill from www.quilljs.com                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ FABUI (FurAffinity Uploader & Notifier) FABUI (FurAffinity Uploader & Notifier)
ID pdnepfgkpdeanbbjokeimphnkhimiobi
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/fabui-furaffinity-uploade/pdnepfgkpdeanbbjokeimphnkhimiobi
คำอธิบาย Implements a better uploader and notification system on FurAffinity.
ขนาดไฟล์ 473 KB
จำนวนการติดตั้ง 1,149
เวอร์ชันปัจจุบัน 5.15.4
อัปเดตครั้งล่าสุด 2023-09-18
วันที่เผยแพร่ 2020-06-21
คะแนน 4.36/5 รวมทั้งหมด 22 คะแนน
ผู้พัฒนา Kenji Kuroneki
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "FABUI (FurAffinity Uploader & Notifier)",
    "short_name": "FABUI",
    "version": "5.15.4",
    "description": "Implements a better uploader and notification system on FurAffinity.",
    "icons": {
        "16": "resources\/icon-16.png",
        "32": "resources\/icon-32.png",
        "48": "resources\/icon-48.png",
        "128": "resources\/icon-128.png"
    },
    "background": {
        "scripts": [
            "js\/jquery.js",
            "js\/functions.js",
            "js\/background.js"
        ],
        "persistent": true
    },
    "browser_action": {
        "browser_style": true,
        "default_title": "FABUI",
        "default_popup": "html\/popup.html",
        "default_icon": {
            "16": "resources\/icon-16.png",
            "32": "resources\/icon-32.png"
        }
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.furaffinity.net\/*"
            ],
            "css": [
                "css\/quill.bubble.css",
                "css\/fabu.css"
            ],
            "js": [
                "js\/jquery.js",
                "js\/functions.js",
                "js\/commissions.js",
                "js\/quill.js",
                "js\/uploader.js",
                "js\/fabu.js"
            ],
            "run_at": "document_start"
        }
    ],
    "permissions": [
        "*:\/\/*.furaffinity.net\/*",
        "*:\/\/*.facdn.net\/*",
        "notifications",
        "unlimitedStorage",
        "storage"
    ],
    "web_accessible_resources": [
        "html\/*",
        "audio\/*",
        "js\/*",
        "css\/*",
        "resources\/*"
    ],
    "author": "KenjiKuroneki"
}