HappyOnline Invite All Extension

Add an action on Facebook Invites and check all your Facebook Friends (compatible with the latest changes)

Was ist HappyOnline Invite All Extension?

HappyOnline Invite All Extension ist eine Chrome-Erweiterung, die von HappyOnline.gr entwickelt wurde, und ihr Hauptmerkmal ist "Add an action on Facebook Invites and check all your Facebook Friends (compatible with the latest changes)".

HappyOnline Invite All Extension-Erweiterungs-CRX-Datei herunterladen

Laden Sie HappyOnline Invite All Extension-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

                        Add an action on Facebook Invites and check all your Facebook Friends (compatible with the latest changes)                    

Grundlegende Informationen zur Erweiterung

Name HappyOnline Invite All Extension HappyOnline Invite All Extension
ID hdinddahbnelfaokfoileghdehgehooo
Offizielle URL https://chrome.google.com/webstore/detail/happyonline-invite-all-ex/hdinddahbnelfaokfoileghdehgehooo
Beschreibung Add an action on Facebook Invites and check all your Facebook Friends (compatible with the latest changes)
Dateigröße 43.52 KB
Installationsanzahl 46
Aktuelle Version 1.3.1
Letztes Update 2015-01-19
Veröffentlichungsdatum 2015-01-19
Bewertung 3.00/5 Insgesamt 2 Bewertungen
Entwickler HappyOnline.gr
E-Mail [email protected]
Zahlungsart free
Unterstützte Sprachen en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "HappyOnline Invite All Extension",
    "version": "1.3.1",
    "description": "Add an action on Facebook Invites and check all your Facebook Friends (compatible with the latest changes)",
    "author": "HappyOnline",
    "icons": {
        "128": "icon-128.png",
        "64": "icon-64.png",
        "32": "icon-32.png",
        "16": "icon-16.png"
    },
    "browser_action": {
        "default_icon": "icon-64.png"
    },
    "background": {
        "page": "background.html"
    },
    "permissions": [
        "tabs",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "web_accessible_resources": [
        "contentscript.js"
    ]
}