Fake Notifications for Facebook

Impress your friends. Fake friend requests & notifications.

Hvad er Fake Notifications for Facebook?

Fake Notifications for Facebook er en Chrome-udvidelse udviklet af https://haydenjameslee.com, og dens hovedfunktion er "Impress your friends. Fake friend requests & notifications.".

Udvidelsesskærmbilleder

screenshot

Download Fake Notifications for Facebook-udvidelses-CRX-fil

Download Fake Notifications for Facebook-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        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                    

Grundlæggende oplysninger om udvidelsen

Navn Fake Notifications for Facebook Fake Notifications for Facebook
ID lpcckaenndibgnhplmjefdkknaamldaa
Officiel URL https://chromewebstore.google.com/detail/fake-notifications-for-fa/lpcckaenndibgnhplmjefdkknaamldaa
Beskrivelse Impress your friends. Fake friend requests & notifications.
Filstørrelse 44.92 KB
Antal Installationer 330
Nuværende Version 1.2
Senest Opdateret 2013-12-29
Udgivelsesdato 2013-12-29
Bedømmelse 2.71/5 Samlet 38 Bedømmelser
Udvikler https://haydenjameslee.com
Betalingsmetode free
Udvidelseswebsted http://haydenjameslee.com
Hjælpeside-URL http://twitter.com/haydennedyah
Understøttede Sprog 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"
            ]
        }
    ]
}