Remote Firefox

Navigate through the files!

Remote Firefoxคืออะไร?

Remote Firefox เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Cameyo และคุณลักษณะหลักของมันคือ "Navigate through the files!"

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Remote Firefox

ดาวน์โหลดไฟล์ส่วนขยาย 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"
    ]
}