FurAffinity Extender

FurAffinity Extender adds to the your browsing experience of FurAffinity.net by adding additional client-side features.

FurAffinity Extender क्या है?

FurAffinity Extender Kauko द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "FurAffinity Extender adds to the your browsing experience of FurAffinity.net by adding additional client-side features."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में FurAffinity Extender एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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 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"
    }
}