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.                    

拡張機能の基本情報

名前 Remote Firefox Remote Firefox
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"
    ]
}