MJS: Free Unlimited Cloud Storage

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

Vad är MJS: Free Unlimited Cloud Storage?

MJS: Free Unlimited Cloud Storage är en Chrome-tillägg utvecklad av Viktor Kirillov @kirillovmr, och dess huvudfunktion är "Store all your files easy just with one click. Reliable Cloud Storage based on GitHub Services. Open Sourse".

Tilläggsskärmbilder

screenshot
screenshot
screenshot

Ladda ner MJS: Free Unlimited Cloud Storage-förlängningens CRX-fil

Ladda ner MJS: Free Unlimited Cloud Storage-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

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

Grundläggande Information om Tillägg

Namn MJS: Free Unlimited Cloud Storage MJS: Free Unlimited Cloud Storage
ID iojpjpjimioagnhafngdkionhagfiocg
Officiell webbadress https://chrome.google.com/webstore/detail/mjs-free-unlimited-cloud/iojpjpjimioagnhafngdkionhagfiocg
Beskrivning Store all your files easy just with one click. Reliable Cloud Storage based on GitHub Services. Open Sourse
Filstorlek 560 KB
Antal Installationer 21
Aktuell Version 1.0.0
Senast Uppdaterad 2019-01-06
Publiceringsdatum 2019-01-06
Betyg 1.00/5 Totalt 1 Betyg
Utvecklare Viktor Kirillov @kirillovmr
E-post [email protected]
Betalningssätt free
Tilläggswebbplats https://morejust.store
Stödda Språk 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'"
}