Fake Notifications for Facebook

Impress your friends. Fake friend requests & notifications.

Что такое Fake Notifications for Facebook?

Fake Notifications for Facebook - это расширение Chrome, разработанное https://haydenjameslee.com, и его основная функция - "Impress your friends. Fake friend requests & notifications.".

Снимки экрана расширения

screenshot

Скачать файл CRX расширения Fake Notifications for Facebook

Скачайте файлы расширений Fake Notifications for Facebook в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

Инструкции по использованию расширения

                        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                    

Основная информация о расширении

Название Fake Notifications for Facebook Fake Notifications for Facebook
ID lpcckaenndibgnhplmjefdkknaamldaa
Официальный URL https://chromewebstore.google.com/detail/fake-notifications-for-fa/lpcckaenndibgnhplmjefdkknaamldaa
Описание Impress your friends. Fake friend requests & notifications.
Размер файла 44.92 KB
Количество установок 330
Текущая Версия 1.2
Последнее Обновление 2013-12-29
Дата публикации 2013-12-29
Рейтинг 2.71/5 Всего 38 оценок
Разработчик https://haydenjameslee.com
Тип оплаты free
Официальный сайт расширения http://haydenjameslee.com
URL страницы помощи http://twitter.com/haydennedyah
Поддерживаемые языки 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"
            ]
        }
    ]
}