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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

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