chibisafe Uploader

Uploader for chibisafe

chibisafe Uploader क्या है?

chibisafe Uploader https://chibisafe.moe द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Uploader for chibisafe"।

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

screenshot

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

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

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

                        Companion extension for the chibisafe service.

Chibisafe is an open-source self-hosted file hosting service that allows for fast and easy file uploads. This extension aims to make it easy to upload to a chibisafe instance by adding a few new options to the context menu for quick uploading.

These options include:
• Upload to chibisafe (appears only when right clicked on any images/videos/audio)
• Screenshot page/Screenshot selection
• Upload to album (appears only when an API key is provided)

To setup open the extension's options page and:
• Enter the url of the chibisafe instance you will be uploading to.
• Optional: Enter your API token that can be found within your chibisafe dashboard. This will ensure that your uploads will appear within your dashboard as well as allowing uploading to albums.

Users running their own instance of chibisafe are encouraged to run the latest version of chibisafe to ensure this extension's compatibility. 

Chibisafe GitHub: https://github.com/chibisafe/chibisafe
Chibisafe Extension GitHub: https://github.com/chibisafe/chibisafe-extension                    

एक्सटेंशन की मूल जानकारी

नाम chibisafe Uploader chibisafe Uploader
ID enkkmplljfjppcdaancckgilmgoiofnj
आधिकारिक URL https://chromewebstore.google.com/detail/chibisafe-uploader/enkkmplljfjppcdaancckgilmgoiofnj
विवरण Uploader for chibisafe
फ़ाइल का आकार 65.38 KB
स्थापना संख्या 467
वर्तमान संस्करण 2.0
अंतिम अपडेट 2023-09-10
प्रकाशन तिथि 2019-01-25
रेटिंग 5.00/5 कुल 4 रेटिंग्स
डेवलपर https://chibisafe.moe
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://github.com/chibisafe/chibisafe-extension
सहायता पृष्ठ URL https://github.com/chibisafe/chibisafe-extension/issues
गोपनीयता नीति पृष्ठ URL https://pilar.moe/privacy
समर्थित भाषाएँ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "chibisafe Uploader",
    "description": "Uploader for chibisafe",
    "version": "2023.9.8.0",
    "version_name": "2.0",
    "minimum_chrome_version": "93.0",
    "options_ui": {
        "page": "settings.html",
        "open_in_tab": true
    },
    "icons": {
        "48": "images\/logo-48x48.png",
        "128": "images\/logo-128x128.png"
    },
    "permissions": [
        "contextMenus",
        "storage",
        "notifications",
        "scripting",
        "declarativeNetRequest"
    ],
    "host_permissions": [
        ""
    ],
    "background": {
        "service_worker": "js\/background.mv3.js",
        "type": "module"
    }
}