MJS: Free Unlimited Cloud Storage

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

What is MJS: Free Unlimited Cloud Storage?

MJS: Free Unlimited Cloud Storage is a Chrome extension developed by Viktor Kirillov @kirillovmr, and its main feature is "Store all your files easy just with one click. Reliable Cloud Storage based on GitHub Services. Open Sourse".

Extension Screenshots

screenshot
screenshot
screenshot

Download MJS: Free Unlimited Cloud Storage Extension CRX File

Download MJS: Free Unlimited Cloud Storage extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

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

Extension Basic Information

Name MJS: Free Unlimited Cloud Storage MJS: Free Unlimited Cloud Storage
ID iojpjpjimioagnhafngdkionhagfiocg
Official URL https://chrome.google.com/webstore/detail/mjs-free-unlimited-cloud/iojpjpjimioagnhafngdkionhagfiocg
Description Store all your files easy just with one click. Reliable Cloud Storage based on GitHub Services. Open Sourse
File Size 560 KB
Installation Count 21
Current Version 1.0.0
Last Updated 2019-01-06
Publish Date 2019-01-06
Rating 1.00/5 Total 1 Ratings
Developer Viktor Kirillov @kirillovmr
Email [email protected]
Payment Type free
Extension Website https://morejust.store
Supported Languages 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'"
}