Facetime Mobile

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

ما هو Facetime Mobile؟

Facetime Mobile هو إضافة Chrome تم تطويرها بواسطة Extensions، والميزة الرئيسية لها هي "Use the mobile version of Facetime directly in the Chrome browser.".

لقطات شاشة التمديد

screenshot

تحميل ملف CRX للإضافة Facetime Mobile

قم بتنزيل ملفات الامتداد Facetime Mobile بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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.                    

معلومات أساسية عن التمديد

الاسم Facetime Mobile Facetime Mobile
ID jehmfpkbgdlmipmdnookfkodlcfnojea
عنوان URL الرسمي https://chromewebstore.google.com/detail/facetime-mobile/jehmfpkbgdlmipmdnookfkodlcfnojea
الوصف Use the mobile version of Facetime directly in the Chrome browser.
حجم الملف 40.53 KB
عدد التثبيتات 2,931
النسخة الحالية 1.1
آخر تحديث 2022-11-23
تاريخ النشر 2022-07-07
تقييم 3.35/5 مجموع تقييمات 23
المطور Extensions
البريد الإلكتروني [email protected]
نوع الدفع free
عنوان صفحة سياسة الخصوصية https://sites.google.com/view/pilicy-2003/home
اللغات المدعومة 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"
}