Facetime For PC
This extension was created with the awesome facetimeforpc.site
什么是Facetime For PC?
Facetime For PC是由Cool Jum开发的Chrome扩展程序,该扩展的主要功能是“This extension was created with the awesome facetimeforpc.site”。
扩展截图
下载Facetime For PC扩展crx文件
下载Facetime For PC扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Facetime for pc extension will help you to guide how to install facetime app on windows 10, 8, 7 computer ETC. facetime is wonderful app developed by Apple INC and was available only for MAC OSX and iOS for iPhones. The tutorial will guide you how to install and run this video calling app on your devices.
扩展基本信息
名称 | |
ID | cmfeodopjhljnilmhgfiimeepbobkfib |
官方URL | https://chrome.google.com/webstore/detail/facetime-for-pc/cmfeodopjhljnilmhgfiimeepbobkfib |
简介 | This extension was created with the awesome facetimeforpc.site |
文件大小 | 41.08 KB |
安装次数 | 8,000 |
当前版本 | 0.1.1 |
更新时间 | 2021-02-18 |
上架时间 | 2020-12-19 |
评分 | 2.82/5 共11次评分 |
开发者 | Cool Jum |
电子邮箱 | [email protected] |
付费类型 | free |
扩展官网 | https://facetimeforpc.site/blog/ |
帮助页面URL | https://facetimeforpc.site/privacy-policy/ |
支持的语言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Facetime For PC", "version": "0.1.1", "manifest_version": 2, "description": "This extension was created with the awesome facetimeforpc.site", "homepage_url": "https:\/\/facetimeforpc.site", "icons": { "16": "icons\/icon16.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "default_locale": "en", "background": { "scripts": [ "\/js\/background.js" ], "persistent": true }, "browser_action": { "default_icon": "icons\/icon19.png", "default_title": "browser action demo", "default_popup": "src\/browser_action\/browser_action.html" } } |