Fake Notifications for Facebook
Impress your friends. Fake friend requests & notifications.
Was ist Fake Notifications for Facebook?
Fake Notifications for Facebook ist eine Chrome-Erweiterung, die von https://haydenjameslee.com entwickelt wurde, und ihr Hauptmerkmal ist "Impress your friends. Fake friend requests & notifications.".
Erweiterungsscreenshots
Fake Notifications for Facebook-Erweiterungs-CRX-Datei herunterladen
Laden Sie Fake Notifications for Facebook-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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
Grundlegende Informationen zur Erweiterung
Name | Fake Notifications for Facebook |
ID | lpcckaenndibgnhplmjefdkknaamldaa |
Offizielle URL | https://chromewebstore.google.com/detail/fake-notifications-for-fa/lpcckaenndibgnhplmjefdkknaamldaa |
Beschreibung | Impress your friends. Fake friend requests & notifications. |
Dateigröße | 44.92 KB |
Installationsanzahl | 330 |
Aktuelle Version | 1.2 |
Letztes Update | 2013-12-29 |
Veröffentlichungsdatum | 2013-12-29 |
Bewertung | 2.71/5 Insgesamt 38 Bewertungen |
Entwickler | https://haydenjameslee.com |
Zahlungsart | free |
Erweiterungswebsite | http://haydenjameslee.com |
Hilfeseite URL | http://twitter.com/haydennedyah |
Unterstützte Sprachen | 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" ] } ] } |