Facetime For PC
This extension was created with the awesome facetimeforpc.site
What is Facetime For PC?
Facetime For PC is a Chrome extension developed by Cool Jum, and its main feature is "This extension was created with the awesome facetimeforpc.site".
Extension Screenshots
Download Facetime For PC Extension CRX File
Download Facetime For PC extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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.
Extension Basic Information
Name | |
ID | cmfeodopjhljnilmhgfiimeepbobkfib |
Official URL | https://chrome.google.com/webstore/detail/facetime-for-pc/cmfeodopjhljnilmhgfiimeepbobkfib |
Description | This extension was created with the awesome facetimeforpc.site |
File Size | 41.08 KB |
Installation Count | 8,000 |
Current Version | 0.1.1 |
Last Updated | 2021-02-18 |
Publish Date | 2020-12-19 |
Rating | 2.82/5 Total 11 Ratings |
Developer | Cool Jum |
[email protected] | |
Payment Type | free |
Extension Website | https://facetimeforpc.site/blog/ |
Help Page URL | https://facetimeforpc.site/privacy-policy/ |
Supported Languages | 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" } } |