Wuzci - Birthday Exporter

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

Wuzci - Birthday Exporter란 무엇입니까?

Wuzci - Birthday Exporter은(는) https://wuzci.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "A quick and easy way to download your friends birthdays from Facebook"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot

Wuzci - Birthday Exporter 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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"
    ]
}