MJS: Free Unlimited Cloud Storage
Store all your files easy just with one click. Reliable Cloud Storage based on GitHub Services. Open Sourse
Apa itu MJS: Free Unlimited Cloud Storage?
MJS: Free Unlimited Cloud Storage adalah ekstensi Chrome yang dikembangkan oleh Viktor Kirillov @kirillovmr, dan fitur utamanya adalah "Store all your files easy just with one click. Reliable Cloud Storage based on GitHub Services. Open Sourse".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi MJS: Free Unlimited Cloud Storage
Unduh file ekstensi MJS: Free Unlimited Cloud Storage dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
Use MJS Extension to easily upload your files to unlimited GitHub-based storage. It is an open-source project, so its Free. Forever.
Informasi Dasar Ekstensi
Nama | |
ID | iojpjpjimioagnhafngdkionhagfiocg |
URL Resmi | https://chrome.google.com/webstore/detail/mjs-free-unlimited-cloud/iojpjpjimioagnhafngdkionhagfiocg |
Deskripsi | Store all your files easy just with one click. Reliable Cloud Storage based on GitHub Services. Open Sourse |
Ukuran File | 560 KB |
Jumlah Instalasi | 21 |
Versi Saat Ini | 1.0.0 |
Terakhir Diperbarui | 2019-01-06 |
Tanggal Publikasi | 2019-01-06 |
Penilaian | 1.00/5 Total 1 Penilaian |
Pengembang | Viktor Kirillov @kirillovmr |
[email protected] | |
Tipe Pembayaran | free |
Situs Ekstensi | https://morejust.store |
Bahasa yang Didukung | 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'" } |