MJS: Free Unlimited Cloud Storage
Store all your files easy just with one click. Reliable Cloud Storage based on GitHub Services. Open Sourse
什么是MJS: Free Unlimited Cloud Storage?
MJS: Free Unlimited Cloud Storage是由Viktor Kirillov @kirillovmr开发的Chrome扩展程序,该扩展的主要功能是“Store all your files easy just with one click. Reliable Cloud Storage based on GitHub Services. Open Sourse”。
扩展截图
下载MJS: Free Unlimited Cloud Storage扩展crx文件
下载MJS: Free Unlimited Cloud Storage扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Use MJS Extension to easily upload your files to unlimited GitHub-based storage. It is an open-source project, so its Free. Forever.
扩展基本信息
名称 | |
ID | iojpjpjimioagnhafngdkionhagfiocg |
官方URL | https://chrome.google.com/webstore/detail/mjs-free-unlimited-cloud/iojpjpjimioagnhafngdkionhagfiocg |
简介 | Store all your files easy just with one click. Reliable Cloud Storage based on GitHub Services. Open Sourse |
文件大小 | 560 KB |
安装次数 | 21 |
当前版本 | 1.0.0 |
更新时间 | 2019-01-06 |
上架时间 | 2019-01-06 |
评分 | 1.00/5 共1次评分 |
开发者 | Viktor Kirillov @kirillovmr |
电子邮箱 | [email protected] |
付费类型 | free |
扩展官网 | https://morejust.store |
支持的语言 | 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'" } |