MJS: Free Unlimited Cloud Storage

Store all your files easy just with one click. Reliable Cloud Storage based on GitHub Services. Open Sourse

Was ist MJS: Free Unlimited Cloud Storage?

MJS: Free Unlimited Cloud Storage ist eine Chrome-Erweiterung, die von Viktor Kirillov @kirillovmr entwickelt wurde, und ihr Hauptmerkmal ist "Store all your files easy just with one click. Reliable Cloud Storage based on GitHub Services. Open Sourse".

Erweiterungsscreenshots

screenshot
screenshot
screenshot

MJS: Free Unlimited Cloud Storage-Erweiterungs-CRX-Datei herunterladen

Laden Sie MJS: Free Unlimited Cloud Storage-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        Use MJS Extension to easily upload your files to unlimited GitHub-based storage. It is an open-source project, so its Free. Forever.                    

Grundlegende Informationen zur Erweiterung

Name MJS: Free Unlimited Cloud Storage MJS: Free Unlimited Cloud Storage
ID iojpjpjimioagnhafngdkionhagfiocg
Offizielle URL https://chrome.google.com/webstore/detail/mjs-free-unlimited-cloud/iojpjpjimioagnhafngdkionhagfiocg
Beschreibung Store all your files easy just with one click. Reliable Cloud Storage based on GitHub Services. Open Sourse
Dateigröße 560 KB
Installationsanzahl 21
Aktuelle Version 1.0.0
Letztes Update 2019-01-06
Veröffentlichungsdatum 2019-01-06
Bewertung 1.00/5 Insgesamt 1 Bewertungen
Entwickler Viktor Kirillov @kirillovmr
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite https://morejust.store
Unterstützte Sprachen en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "description": "Store all your files easy just with one click. Reliable Cloud Storage based on GitHub Services. Open Sourse",
    "version": "1.0.0",
    "name": "MJS: Free Unlimited Cloud Storage",
    "permissions": [
        "storage"
    ],
    "options_page": "options.html",
    "background": {
        "page": "background.html"
    },
    "browser_action": {
        "default_popup": "popup.html",
        "default_icon": "icon-48.png"
    },
    "icons": {
        "128": "icon-128.png"
    },
    "manifest_version": 2,
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'"
}