Invite Facebook Friends

Select all your Facebook friends and send them your invite.

Was ist Invite Facebook Friends?

Invite Facebook Friends ist eine Chrome-Erweiterung, die von ilpaijin entwickelt wurde, und ihr Hauptmerkmal ist "Select all your Facebook friends and send them your invite.".

Invite Facebook Friends-Erweiterungs-CRX-Datei herunterladen

Laden Sie Invite Facebook Friends-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

                                            

Grundlegende Informationen zur Erweiterung

Name Invite Facebook Friends Invite Facebook Friends
ID pnkgpdgkgienhnjamgipapjeoglneipn
Offizielle URL https://chrome.google.com/webstore/detail/invite-facebook-friends/pnkgpdgkgienhnjamgipapjeoglneipn
Beschreibung Select all your Facebook friends and send them your invite.
Dateigröße 61.26 KB
Installationsanzahl 135
Aktuelle Version 0.2
Letztes Update 2014-06-30
Veröffentlichungsdatum 2014-06-30
Bewertung 2.33/5 Insgesamt 3 Bewertungen
Entwickler ilpaijin
Zahlungsart free
Unterstützte Sprachen en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Invite Facebook Friends",
    "author": "[email protected]",
    "version": "0.2",
    "description": "Select all your Facebook friends and send them your invite.",
    "browser_action": {
        "default_title": "Invite all your Facebook friends",
        "default_icon": ".\/icon\/invite_friends.png"
    },
    "background": {
        "page": "invite.html"
    },
    "permissions": [
        "tabs",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "web_accessible_resources": [
        "coreScript.js"
    ]
}