Fake Notifications for Facebook

Impress your friends. Fake friend requests & notifications.

What is Fake Notifications for Facebook?

Fake Notifications for Facebook is a Chrome extension developed by https://haydenjameslee.com, and its main feature is "Impress your friends. Fake friend requests & notifications.".

Extension Screenshots

screenshot

Download Fake Notifications for Facebook Extension CRX File

Download Fake Notifications for Facebook extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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                    

Extension Basic Information

Name Fake Notifications for Facebook Fake Notifications for Facebook
ID lpcckaenndibgnhplmjefdkknaamldaa
Official URL https://chromewebstore.google.com/detail/fake-notifications-for-fa/lpcckaenndibgnhplmjefdkknaamldaa
Description Impress your friends. Fake friend requests & notifications.
File Size 44.92 KB
Installation Count 330
Current Version 1.2
Last Updated 2013-12-29
Publish Date 2013-12-29
Rating 2.71/5 Total 38 Ratings
Developer https://haydenjameslee.com
Payment Type free
Extension Website http://haydenjameslee.com
Help Page URL http://twitter.com/haydennedyah
Supported Languages 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"
            ]
        }
    ]
}