Remote Firefox
Navigate through the files!
什么是Remote Firefox?
Remote Firefox是由Cameyo开发的Chrome扩展程序,该扩展的主要功能是“Navigate through the files!”。
下载Remote Firefox扩展crx文件
下载Remote Firefox扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Remote browsing provides absolute security & anonymity. 扩展基本信息
| 名称 | |
| ID | hlnglhkiobjbldahiobfolnhegdgiobg |
| 官方URL | https://chrome.google.com/webstore/detail/remote-firefox/hlnglhkiobjbldahiobfolnhegdgiobg |
| 简介 | Navigate through the files! |
| 文件大小 | 27.66 MB |
| 安装次数 | 10 |
| 当前版本 | 0.60 |
| 更新时间 | 2017-11-03 |
| 上架时间 | 2017-11-03 |
| 开发者 | Cameyo |
| 付费类型 | free |
| 支持的语言 | 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"
]
} | |