Fake Notifications for Facebook

Impress your friends. Fake friend requests & notifications.

Qu'est-ce que Fake Notifications for Facebook ?

Fake Notifications for Facebook est une extension Chrome développée par https://haydenjameslee.com, et sa fonction principale est "Impress your friends. Fake friend requests & notifications.".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Fake Notifications for Facebook

Téléchargez les fichiers d'extension Fake Notifications for Facebook au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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                    

Informations de Base sur l'Extension

Nom Fake Notifications for Facebook Fake Notifications for Facebook
ID lpcckaenndibgnhplmjefdkknaamldaa
URL Officiel https://chromewebstore.google.com/detail/fake-notifications-for-fa/lpcckaenndibgnhplmjefdkknaamldaa
Description Impress your friends. Fake friend requests & notifications.
Taille du Fichier 44.92 KB
Nombre d'Installations 330
Version Actuelle 1.2
Dernière Mise à Jour 2013-12-29
Date de Publication 2013-12-29
Évaluation 2.71/5 Total 38 Évaluations
Développeur https://haydenjameslee.com
Type de Paiement free
Site Web de l'Extension http://haydenjameslee.com
URL de la Page d'Aide http://twitter.com/haydennedyah
Langues Prises en Charge 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"
            ]
        }
    ]
}