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 |
官方網址 | 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" } } |