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ファイルをダウンロード

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
Eメール [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"
}