Fake Notifications for Facebook

Impress your friends. Fake friend requests & notifications.

Cos'è Fake Notifications for Facebook?

Fake Notifications for Facebook è un'estensione di Chrome sviluppata da https://haydenjameslee.com, e la sua funzione principale è "Impress your friends. Fake friend requests & notifications.".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Fake Notifications for Facebook

Scarica i file di estensione Fake Notifications for Facebook 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

                        While you don't want to admit it, when you're trying to get ahead in the world impressions are everything. 

This extension will make you look like the most popular kid in school, with squillions of friend requests, messages, and notifications to give you that edge when people take a sneaky glance at your open facebook page.

Contact: http://haydenjameslee.com                    

Informazioni di Base sull'Estensione

Nome Fake Notifications for Facebook Fake Notifications for Facebook
ID lpcckaenndibgnhplmjefdkknaamldaa
URL Ufficiale https://chromewebstore.google.com/detail/fake-notifications-for-fa/lpcckaenndibgnhplmjefdkknaamldaa
Descrizione Impress your friends. Fake friend requests & notifications.
Dimensione del File 44.92 KB
Conteggio Installazioni 330
Versione Corrente 1.2
Ultimo Aggiornamento 2013-12-29
Data di Pubblicazione 2013-12-29
Valutazione 2.71/5 Totale 38 Valutazioni
Sviluppatore https://haydenjameslee.com
Tipo di Pagamento free
Sito Web dell'Estensione http://haydenjameslee.com
URL della Pagina di Aiuto http://twitter.com/haydennedyah
Lingue Supportate en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Fake Notifications for Facebook",
    "description": "Impress your friends. Fake friend requests & notifications.",
    "version": "1.2",
    "content_scripts": [
        {
            "matches": [
                "*:\/\/www.facebook.com\/*"
            ],
            "js": [
                "jquery.js",
                "impress.js"
            ]
        }
    ]
}