MJS: Free Unlimited Cloud Storage
Store all your files easy just with one click. Reliable Cloud Storage based on GitHub Services. Open Sourse
O que é MJS: Free Unlimited Cloud Storage?
MJS: Free Unlimited Cloud Storage é uma extensão do Chrome desenvolvida por Viktor Kirillov @kirillovmr, e sua principal característica é "Store all your files easy just with one click. Reliable Cloud Storage based on GitHub Services. Open Sourse".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão MJS: Free Unlimited Cloud Storage
Baixe arquivos de extensão MJS: Free Unlimited Cloud Storage no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
Use MJS Extension to easily upload your files to unlimited GitHub-based storage. It is an open-source project, so its Free. Forever.
Informações Básicas da Extensão
Nome | |
ID | iojpjpjimioagnhafngdkionhagfiocg |
URL Oficial | https://chrome.google.com/webstore/detail/mjs-free-unlimited-cloud/iojpjpjimioagnhafngdkionhagfiocg |
Descrição | Store all your files easy just with one click. Reliable Cloud Storage based on GitHub Services. Open Sourse |
Tamanho do Arquivo | 560 KB |
Contagem de Instalações | 21 |
Versão Atual | 1.0.0 |
Última Atualização | 2019-01-06 |
Data de Publicação | 2019-01-06 |
Classificação | 1.00/5 Total de 1 Avaliações |
Desenvolvedor | Viktor Kirillov @kirillovmr |
[email protected] | |
Tipo de Pagamento | free |
Site da Extensão | https://morejust.store |
Idiomas Suportados | 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'" } |