Facetime For PC
This extension was created with the awesome facetimeforpc.site
Facetime For PCคืออะไร?
Facetime For PC เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Cool Jum และคุณลักษณะหลักของมันคือ "This extension was created with the awesome facetimeforpc.site"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Facetime For PC
ดาวน์โหลดไฟล์ส่วนขยาย 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" } } |