HappyOnline Invite All Extension

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

Vad är HappyOnline Invite All Extension?

HappyOnline Invite All Extension är en Chrome-tillägg utvecklad av HappyOnline.gr, och dess huvudfunktion är "Add an action on Facebook Invites and check all your Facebook Friends (compatible with the latest changes)".

Ladda ner HappyOnline Invite All Extension-förlängningens CRX-fil

Ladda ner HappyOnline Invite All Extension-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

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

Grundläggande Information om Tillägg

Namn HappyOnline Invite All Extension HappyOnline Invite All Extension
ID hdinddahbnelfaokfoileghdehgehooo
Officiell webbadress https://chrome.google.com/webstore/detail/happyonline-invite-all-ex/hdinddahbnelfaokfoileghdehgehooo
Beskrivning Add an action on Facebook Invites and check all your Facebook Friends (compatible with the latest changes)
Filstorlek 43.52 KB
Antal Installationer 46
Aktuell Version 1.3.1
Senast Uppdaterad 2015-01-19
Publiceringsdatum 2015-01-19
Betyg 3.00/5 Totalt 2 Betyg
Utvecklare HappyOnline.gr
E-post [email protected]
Betalningssätt free
Stödda Språk 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"
    ]
}