Facetime For PC
This extension was created with the awesome facetimeforpc.site
Facetime For PC là gì?
Facetime For PC là một tiện ích mở rộng Chrome được phát triển bởi Cool Jum, và tính năng chính của nó là "This extension was created with the awesome facetimeforpc.site".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Facetime For PC
Tải xuống các tệp mở rộng Facetime For PC dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | |
ID | cmfeodopjhljnilmhgfiimeepbobkfib |
URL Chính Thức | https://chrome.google.com/webstore/detail/facetime-for-pc/cmfeodopjhljnilmhgfiimeepbobkfib |
Mô tả | This extension was created with the awesome facetimeforpc.site |
Kích Thước Tệp | 41.08 KB |
Số Lần Cài Đặt | 8,000 |
Phiên Bản Hiện Tại | 0.1.1 |
Cập Nhật Lần Cuối | 2021-02-18 |
Ngày Phát Hành | 2020-12-19 |
Đánh Giá | 2.82/5 Tổng số 11 Đánh Giá |
Nhà Phát Triển | Cool Jum |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://facetimeforpc.site/blog/ |
URL Trang Trợ Giúp | https://facetimeforpc.site/privacy-policy/ |
Ngôn Ngữ Được Hỗ Trợ | 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" } } |