HappyOnline Invite All Extension

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

Hvad er HappyOnline Invite All Extension?

HappyOnline Invite All Extension er en Chrome-udvidelse udviklet af HappyOnline.gr, og dens hovedfunktion er "Add an action on Facebook Invites and check all your Facebook Friends (compatible with the latest changes)".

Download HappyOnline Invite All Extension-udvidelses-CRX-fil

Download HappyOnline Invite All Extension-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

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

Grundlæggende oplysninger om udvidelsen

Navn HappyOnline Invite All Extension HappyOnline Invite All Extension
ID hdinddahbnelfaokfoileghdehgehooo
Officiel URL https://chrome.google.com/webstore/detail/happyonline-invite-all-ex/hdinddahbnelfaokfoileghdehgehooo
Beskrivelse Add an action on Facebook Invites and check all your Facebook Friends (compatible with the latest changes)
Filstørrelse 43.52 KB
Antal Installationer 46
Nuværende Version 1.3.1
Senest Opdateret 2015-01-19
Udgivelsesdato 2015-01-19
Bedømmelse 3.00/5 Samlet 2 Bedømmelser
Udvikler HappyOnline.gr
E-mail [email protected]
Betalingsmetode free
Understøttede Sprog 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"
    ]
}