Get Facebook ID

Get Facebook ID for Facebook pages.

Cos'è Get Facebook ID?

Get Facebook ID è un'estensione di Chrome sviluppata da enda.farrell, e la sua funzione principale è "Get Facebook ID for Facebook pages.".

Scarica il file CRX dell'estensione Get Facebook ID

Scarica i file di estensione Get Facebook ID 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

                        When the tab is a Facebook page, this tries to extract the ID that is used by the Facebook Graph API.                    

Informazioni di Base sull'Estensione

Nome Get Facebook ID Get Facebook ID
ID fakbnhhfckloijmnbpdanjeniajgjgcn
URL Ufficiale https://chrome.google.com/webstore/detail/get-facebook-id/fakbnhhfckloijmnbpdanjeniajgjgcn
Descrizione Get Facebook ID for Facebook pages.
Dimensione del File 5.99 KB
Conteggio Installazioni 1,000
Versione Corrente 1.0.5
Ultimo Aggiornamento 2016-06-10
Data di Pubblicazione 2016-06-10
Valutazione 1.80/5 Totale 5 Valutazioni
Sviluppatore enda.farrell
Tipo di Pagamento free
Lingue Supportate en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Get Facebook ID",
    "version": "1.0.5",
    "manifest_version": 2,
    "description": "Get Facebook ID for Facebook pages.",
    "browser_action": {
        "default_name": "FBID",
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    },
    "permissions": [
        "activeTab",
        "*:\/\/*.facebook.com\/*"
    ]
}