Facetime Mobile

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

Co to jest Facetime Mobile?

Facetime Mobile to rozszerzenie Chrome opracowane przez Extensions, a jego główną funkcją jest „Use the mobile version of Facetime directly in the Chrome browser.”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia Facetime Mobile

Pobierz pliki rozszerzeń Facetime Mobile w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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.                    

Podstawowe informacje o rozszerzeniu

Nazwa Facetime Mobile Facetime Mobile
ID jehmfpkbgdlmipmdnookfkodlcfnojea
Oficjalny URL https://chromewebstore.google.com/detail/facetime-mobile/jehmfpkbgdlmipmdnookfkodlcfnojea
Opis Use the mobile version of Facetime directly in the Chrome browser.
Rozmiar pliku 40.53 KB
Liczba instalacji 2,931
Aktualna Wersja 1.1
Ostatnia Aktualizacja 2022-11-23
Data Publikacji 2022-07-07
Ocena 3.35/5 Łącznie 23 Oceny
Deweloper Extensions
E-mail [email protected]
Typ Płatności free
Adres URL Strony Polityki Prywatności https://sites.google.com/view/pilicy-2003/home
Obsługiwane Języki 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"
}