Facetime Mobile

Use the mobile version of Facetime directly in the Chrome browser.

Apa itu Facetime Mobile?

Facetime Mobile adalah ekstensi Chrome yang dikembangkan oleh Extensions, dan fitur utamanya adalah "Use the mobile version of Facetime directly in the Chrome browser.".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi Facetime Mobile

Unduh file ekstensi Facetime Mobile dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        Facetime for Chrome - browse and download your favorite videos to your PC/Mac

This is Facetime Online Emulator for Chrome, a free android online emulator from where any user can run the Facetime using only the web browser.  Among the different existing user interface configurations.                    

Informasi Dasar Ekstensi

Nama Facetime Mobile Facetime Mobile
ID jehmfpkbgdlmipmdnookfkodlcfnojea
URL Resmi https://chromewebstore.google.com/detail/facetime-mobile/jehmfpkbgdlmipmdnookfkodlcfnojea
Deskripsi Use the mobile version of Facetime directly in the Chrome browser.
Ukuran File 40.53 KB
Jumlah Instalasi 2,931
Versi Saat Ini 1.1
Terakhir Diperbarui 2022-11-23
Tanggal Publikasi 2022-07-07
Penilaian 3.35/5 Total 23 Penilaian
Pengembang Extensions
Email [email protected]
Tipe Pembayaran free
URL Halaman Kebijakan Privasi https://sites.google.com/view/pilicy-2003/home
Bahasa yang Didukung en-US
manifest.json
{
    "action": [],
    "background": {
        "service_worker": "\/view\/visorPage.js"
    },
    "content_scripts": [
        {
            "all_frames": true,
            "js": [
                "\/js\/all_urls\/onload.js"
            ],
            "matches": [
                ""
            ],
            "run_at": "document_start"
        }
    ],
    "description": "Use the mobile version of Facetime directly in the Chrome browser.",
    "host_permissions": [
        "http:\/\/*\/**",
        "https:\/\/*\/**"
    ],
    "icons": {
        "128": "\/assets\/icon.png"
    },
    "manifest_version": 3,
    "minimum_chrome_version": "88",
    "name": "Facetime Mobile",
    "permissions": [
        "storage",
        "declarativeNetRequest",
        "scripting"
    ],
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "1.1"
}