Remote Firefox

Navigate through the files!

Wat is Remote Firefox?

Remote Firefox is een Chrome-extensie ontwikkeld door Cameyo, en de belangrijkste functie is "Navigate through the files!".

Download het CRX-bestand van de extensie Remote Firefox

Download Remote Firefox-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        Remote browsing provides absolute security & anonymity.                    

Basisinformatie over de Extensie

Naam Remote Firefox Remote Firefox
ID hlnglhkiobjbldahiobfolnhegdgiobg
Officiële URL https://chrome.google.com/webstore/detail/remote-firefox/hlnglhkiobjbldahiobfolnhegdgiobg
Beschrijving Navigate through the files!
Bestandsgrootte 27.66 MB
Aantal Installaties 10
Huidige Versie 0.60
Laatst Bijgewerkt 2017-11-03
Publicatiedatum 2017-11-03
Ontwikkelaar Cameyo
Betalingswijze free
Ondersteunde Talen 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"
    ]
}