Wuzci - Birthday Exporter

A quick and easy way to download your friends birthdays from Facebook

Wuzci - Birthday Exporterคืออะไร?

Wuzci - Birthday Exporter เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://wuzci.com และคุณลักษณะหลักของมันคือ "A quick and easy way to download your friends birthdays from Facebook"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Wuzci - Birthday Exporter

ดาวน์โหลดไฟล์ส่วนขยาย Wuzci - Birthday Exporter ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        Wuzci.com is greetings cards subscription service. Every month we send you cards for all your upcoming occasions, so you're never without one again.

This extension, allows you to export your friends birthdays from Facebook so you can easily import them into Wuzci.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Wuzci - Birthday Exporter Wuzci - Birthday Exporter
ID cnildflmpiochnnodmiekjmnklbijecf
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/wuzci-birthday-exporter/cnildflmpiochnnodmiekjmnklbijecf
คำอธิบาย A quick and easy way to download your friends birthdays from Facebook
ขนาดไฟล์ 37.92 KB
จำนวนการติดตั้ง 23
เวอร์ชันปัจจุบัน 1.0
อัปเดตครั้งล่าสุด 2022-03-25
วันที่เผยแพร่ 2022-03-25
คะแนน 5.00/5 รวมทั้งหมด 1 คะแนน
ผู้พัฒนา https://wuzci.com
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://wuzci.com
URL หน้าช่วยเหลือ https://wuzci.com/terms/
URL หน้านโยบายความเป็นส่วนตัว https://wuzci.com/privacy
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Wuzci - Birthday Exporter",
    "version": "1.0",
    "action": {
        "default_icon": {
            "16": "images\/icon.16.png",
            "24": "images\/icon.24.png",
            "32": "images\/icon.32.png"
        },
        "default_title": "Download your friends birthdays with Wuzci",
        "default_popup": "pages\/facebook.html"
    },
    "default_locale": "en",
    "description": "A quick and easy way to download your friends birthdays from Facebook",
    "icons": {
        "16": "images\/icon.16.png",
        "48": "images\/icon.48.png",
        "128": "images\/icon.128.png"
    },
    "author": "Ayaz",
    "background": {
        "service_worker": "background.js"
    },
    "host_permissions": [
        "https:\/\/www.facebook.com\/",
        "https:\/\/connect.facebook.net\/en_US\/all.js"
    ],
    "permissions": [
        "activeTab",
        "scripting",
        "downloads"
    ]
}