Remote Firefox
Navigate through the files!
Remote Firefox란 무엇입니까?
Remote Firefox은(는) Cameyo에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Navigate through the files!"입니다.
Remote Firefox 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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" ] } |