Remote Firefox
Navigate through the files!
O que é Remote Firefox?
Remote Firefox é uma extensão do Chrome desenvolvida por Cameyo, e sua principal característica é "Navigate through the files!".
Baixar o arquivo CRX da Extensão Remote Firefox
Baixe arquivos de extensão Remote Firefox 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
Remote browsing provides absolute security & anonymity. Informações Básicas da Extensão
| Nome | |
| ID | hlnglhkiobjbldahiobfolnhegdgiobg |
| URL Oficial | https://chrome.google.com/webstore/detail/remote-firefox/hlnglhkiobjbldahiobfolnhegdgiobg |
| Descrição | Navigate through the files! |
| Tamanho do Arquivo | 27.66 MB |
| Contagem de Instalações | 10 |
| Versão Atual | 0.60 |
| Última Atualização | 2017-11-03 |
| Data de Publicação | 2017-11-03 |
| Desenvolvedor | Cameyo |
| Tipo de Pagamento | free |
| Idiomas Suportados | en-US |
| manifest.json | |
{
"web_accessible_resources": [
"\/*"
],
"minimum_chrome_version": "28",
"browser_action": {
"default_title": "Launch Remote Firefox"
},
"name": "Remote Firefox",
"icons": {
"128": "icon128.png",
"48": "icon48.png",
"16": "icon16.png"
},
"manifest_version": 2,
"description": "Navigate through the files!",
"offline_enabled": true,
"platforms": [
{
"nacl_arch": "x86-64",
"sub_package_path": "_platform_specific\/x86_64"
},
{
"nacl_arch": "x86-32",
"sub_package_path": "_platform_specific\/x86_32"
}
],
"homepage_url": "https:\/\/online.cameyo.com",
"version": "0.60",
"background": {
"persistent": false,
"scripts": [
"background.js",
"utils.js",
"app_launcher.js"
]
},
"content_security_policy": "script-src 'self' https:\/\/online.cameyo.com; object-src 'self'",
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"permissions": [
"alarms",
"storage",
"unlimitedStorage",
"clipboardRead",
"clipboardWrite",
"tabs"
]
} | |