Facetime For PC

This extension was created with the awesome facetimeforpc.site

Cos'è Facetime For PC?

Facetime For PC è un'estensione di Chrome sviluppata da Cool Jum, e la sua funzione principale è "This extension was created with the awesome facetimeforpc.site".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Facetime For PC

Scarica i file di estensione Facetime For PC 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

                        Facetime for pc extension will help you to guide how to install facetime app on windows 10, 8, 7 computer ETC. facetime is wonderful app developed by Apple INC and was available only for MAC OSX and iOS for iPhones. 

The tutorial will guide you how to install and run this video calling app on your devices.                    

Informazioni di Base sull'Estensione

Nome Facetime For PC Facetime For PC
ID cmfeodopjhljnilmhgfiimeepbobkfib
URL Ufficiale https://chrome.google.com/webstore/detail/facetime-for-pc/cmfeodopjhljnilmhgfiimeepbobkfib
Descrizione This extension was created with the awesome facetimeforpc.site
Dimensione del File 41.08 KB
Conteggio Installazioni 8,000
Versione Corrente 0.1.1
Ultimo Aggiornamento 2021-02-18
Data di Pubblicazione 2020-12-19
Valutazione 2.82/5 Totale 11 Valutazioni
Sviluppatore Cool Jum
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://facetimeforpc.site/blog/
URL della Pagina di Aiuto https://facetimeforpc.site/privacy-policy/
Lingue Supportate en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Facetime For PC",
    "version": "0.1.1",
    "manifest_version": 2,
    "description": "This extension was created with the awesome facetimeforpc.site",
    "homepage_url": "https:\/\/facetimeforpc.site",
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "default_locale": "en",
    "background": {
        "scripts": [
            "\/js\/background.js"
        ],
        "persistent": true
    },
    "browser_action": {
        "default_icon": "icons\/icon19.png",
        "default_title": "browser action demo",
        "default_popup": "src\/browser_action\/browser_action.html"
    }
}