Fake Notifications for Facebook

Impress your friends. Fake friend requests & notifications.

什么是Fake Notifications for Facebook?

Fake Notifications for Facebook是由https://haydenjameslee.com开发的Chrome扩展程序,该扩展的主要功能是“Impress your friends. Fake friend requests & notifications.”。

扩展截图

screenshot

下载Fake Notifications for Facebook扩展crx文件

下载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"
            ]
        }
    ]
}