F2F Screen Sharing

Share your screen on f2f.live

What is F2F Screen Sharing?

F2F Screen Sharing is a Chrome extension developed by https://f2f.live, and its main feature is "Share your screen on f2f.live".

Extension Screenshots

screenshot

Download F2F Screen Sharing Extension CRX File

Download F2F Screen Sharing extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        This extension allows you to share a screen with your viewers on f2f.live. Capture an entire screen, a specific application, or a Chrome tab.                    

Extension Basic Information

Name F2F Screen Sharing F2F Screen Sharing
ID dadbkaghakenpcikaemgfbaaomcibggo
Official URL https://chromewebstore.google.com/detail/f2f-screen-sharing/dadbkaghakenpcikaemgfbaaomcibggo
Description Share your screen on f2f.live
File Size 17.81 KB
Installation Count 144
Current Version 1.3.0
Last Updated 2018-02-17
Publish Date 2018-02-16
Rating 5.00/5 Total 2 Ratings
Developer https://f2f.live
Payment Type free
Extension Website https://f2f.live
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "F2F Screen Sharing",
    "short_name": "F2F Screen",
    "description": "Share your screen on f2f.live",
    "homepage_url": "https:\/\/f2f.live",
    "version": "1.3.0",
    "page_action": {
        "default_icon": {
            "19": "images\/logo_19x19.png",
            "38": "images\/logo_38x38.png"
        },
        "default_popup": "popup.html"
    },
    "icons": {
        "16": "images\/logo_16x16.png",
        "32": "images\/logo_32x32.png",
        "48": "images\/logo_48x48.png",
        "64": "images\/logo_64x64.png",
        "128": "images\/logo_128x128.png"
    },
    "background": {
        "scripts": [
            ".\/build\/background.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*.f2f.live\/*"
            ],
            "js": [
                ".\/build\/script.js"
            ]
        }
    ],
    "web_accessible_resources": [
        "images\/*.png"
    ],
    "permissions": [
        "desktopCapture",
        "activeTab",
        "tabs",
        "https:\/\/*.f2f.live\/*"
    ]
}