F2F Screen Sharing
Share your screen on f2f.live
Cos'è F2F Screen Sharing?
F2F Screen Sharing è un'estensione di Chrome sviluppata da https://f2f.live, e la sua funzione principale è "Share your screen on f2f.live".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione F2F Screen Sharing
Scarica i file di estensione F2F Screen Sharing in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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.
Informazioni di Base sull'Estensione
Nome | F2F Screen Sharing |
ID | dadbkaghakenpcikaemgfbaaomcibggo |
URL Ufficiale | https://chromewebstore.google.com/detail/f2f-screen-sharing/dadbkaghakenpcikaemgfbaaomcibggo |
Descrizione | Share your screen on f2f.live |
Dimensione del File | 17.81 KB |
Conteggio Installazioni | 144 |
Versione Corrente | 1.3.0 |
Ultimo Aggiornamento | 2018-02-17 |
Data di Pubblicazione | 2018-02-16 |
Valutazione | 5.00/5 Totale 2 Valutazioni |
Sviluppatore | https://f2f.live |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://f2f.live |
Lingue Supportate | 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\/*" ] } |