Facebook Redirect

Automatically redirects you to your messages page whenever you bring up facebook.

Cos'è Facebook Redirect?

Facebook Redirect è un'estensione di Chrome sviluppata da matthewmorrone, e la sua funzione principale è "Automatically redirects you to your messages page whenever you bring up facebook.".

Scarica il file CRX dell'estensione Facebook Redirect

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

                                            

Informazioni di Base sull'Estensione

Nome Facebook Redirect Facebook Redirect
ID hlodpbnjcfkfnjoedpnkdnajkjkapmkk
URL Ufficiale https://chromewebstore.google.com/detail/facebook-redirect/hlodpbnjcfkfnjoedpnkdnajkjkapmkk
Descrizione Automatically redirects you to your messages page whenever you bring up facebook.
Dimensione del File 60.23 KB
Conteggio Installazioni 23
Versione Corrente 1.0.0
Ultimo Aggiornamento 2015-12-03
Data di Pubblicazione 2015-12-03
Valutazione 5.00/5 Totale 3 Valutazioni
Sviluppatore matthewmorrone
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione http://www.github.com/matthewmorrone1/facebook-redirect
Lingue Supportate en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Facebook Redirect",
    "manifest_version": 2,
    "version": "1.0.0",
    "description": "Automatically redirects you to your messages page whenever you bring up facebook.",
    "icons": {
        "16": "facebook-128.png",
        "48": "facebook-128.png",
        "128": "facebook-128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.facebook.com\/*"
            ],
            "js": [
                "jquery.js",
                "content.js"
            ],
            "run_at": "document_start"
        }
    ],
    "permissions": [
        "*:\/\/*.facebook.com\/*"
    ]
}