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
官方網址 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"
            ]
        }
    ]
}