Wuzci - Birthday Exporter

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

Was ist Wuzci - Birthday Exporter?

Wuzci - Birthday Exporter ist eine Chrome-Erweiterung, die von https://wuzci.com entwickelt wurde, und ihr Hauptmerkmal ist "A quick and easy way to download your friends birthdays from Facebook".

Erweiterungsscreenshots

screenshot
screenshot
screenshot
screenshot

Wuzci - Birthday Exporter-Erweiterungs-CRX-Datei herunterladen

Laden Sie Wuzci - Birthday Exporter-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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.                    

Grundlegende Informationen zur Erweiterung

Name Wuzci - Birthday Exporter Wuzci - Birthday Exporter
ID cnildflmpiochnnodmiekjmnklbijecf
Offizielle URL https://chromewebstore.google.com/detail/wuzci-birthday-exporter/cnildflmpiochnnodmiekjmnklbijecf
Beschreibung A quick and easy way to download your friends birthdays from Facebook
Dateigröße 37.92 KB
Installationsanzahl 23
Aktuelle Version 1.0
Letztes Update 2022-03-25
Veröffentlichungsdatum 2022-03-25
Bewertung 5.00/5 Insgesamt 1 Bewertungen
Entwickler https://wuzci.com
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite https://wuzci.com
Hilfeseite URL https://wuzci.com/terms/
URL der Datenschutzrichtlinien-Seite https://wuzci.com/privacy
Unterstützte Sprachen 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"
    ]
}