Facetime Mobile

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

Facetime Mobile란 무엇입니까?

Facetime Mobile은(는) Extensions에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Use the mobile version of Facetime directly in the Chrome browser."입니다.

확장 프로그램 스크린샷

screenshot

Facetime Mobile 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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
개인정보 보호 정책 페이지 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"
}