MyInviteAllFB-JustListen

For invite all your friend to event/page etc..

Cos'è MyInviteAllFB-JustListen?

MyInviteAllFB-JustListen è un'estensione di Chrome sviluppata da JustListen, e la sua funzione principale è "For invite all your friend to event/page etc..".

Scarica il file CRX dell'estensione MyInviteAllFB-JustListen

Scarica i file di estensione MyInviteAllFB-JustListen in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        Grâce à cette extension, vous pouvez invitez tous vos amis à votre événement !                    

Informazioni di Base sull'Estensione

Nome MyInviteAllFB-JustListen MyInviteAllFB-JustListen
ID keeiogpakapbdbokgikamlnphcaogpcd
URL Ufficiale https://chrome.google.com/webstore/detail/myinviteallfb-justlisten/keeiogpakapbdbokgikamlnphcaogpcd
Descrizione For invite all your friend to event/page etc..
Dimensione del File 42.18 KB
Conteggio Installazioni 32
Versione Corrente 1.0
Ultimo Aggiornamento 2014-03-25
Data di Pubblicazione 2014-03-25
Valutazione 3.67/5 Totale 3 Valutazioni
Sviluppatore JustListen
Tipo di Pagamento free
Lingue Supportate fr
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "MyInviteAllFB-JustListen",
    "description": "For invite all your friend to event\/page etc..",
    "version": "1.0",
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "permissions": [
        "tabs",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "browser_action": {
        "default_title": "inviteALL",
        "default_icon": "icon16.png"
    },
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "manifest_version": 2
}