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