MJS: Free Unlimited Cloud Storage

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

Co to jest MJS: Free Unlimited Cloud Storage?

MJS: Free Unlimited Cloud Storage to rozszerzenie Chrome opracowane przez Viktor Kirillov @kirillovmr, a jego główną funkcją jest „Store all your files easy just with one click. Reliable Cloud Storage based on GitHub Services. Open Sourse”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot
screenshot

Pobierz plik CRX rozszerzenia MJS: Free Unlimited Cloud Storage

Pobierz pliki rozszerzeń MJS: Free Unlimited Cloud Storage w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

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

Podstawowe informacje o rozszerzeniu

Nazwa MJS: Free Unlimited Cloud Storage MJS: Free Unlimited Cloud Storage
ID iojpjpjimioagnhafngdkionhagfiocg
Oficjalny URL https://chrome.google.com/webstore/detail/mjs-free-unlimited-cloud/iojpjpjimioagnhafngdkionhagfiocg
Opis Store all your files easy just with one click. Reliable Cloud Storage based on GitHub Services. Open Sourse
Rozmiar pliku 560 KB
Liczba instalacji 21
Aktualna Wersja 1.0.0
Ostatnia Aktualizacja 2019-01-06
Data Publikacji 2019-01-06
Ocena 1.00/5 Łącznie 1 Oceny
Deweloper Viktor Kirillov @kirillovmr
E-mail [email protected]
Typ Płatności free
Strona Rozszerzenia https://morejust.store
Obsługiwane Języki 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'"
}