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 กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        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
URL หน้านโยบายความเป็นส่วนตัว 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"
}