Front-Enderman

It steals your FB photos.

Front-Enderman란 무엇입니까?

Front-Enderman은(는) Jeffrey에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "It steals your FB photos."입니다.

확장 프로그램 스크린샷

screenshot

Front-Enderman 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        When browsing Facebook with Chrome on computer, an enderman will show up and pick the header photo of that post and go away!!! You can click the icon of this extension to call some actions 
 and see how will enderman react.

Have Fun!!

Keyword: Minecraft, Enderman                    

확장 프로그램 기본 정보

이름 Front-Enderman Front-Enderman
ID kfjoalnlecflangkfngaiclficeenpff
공식 URL https://chromewebstore.google.com/detail/front-enderman/kfjoalnlecflangkfngaiclficeenpff
설명 It steals your FB photos.
파일 크기 243 KB
설치 횟수 86
현재 버전 1.2.0
최근 업데이트 2017-09-23
출시 날짜 2017-09-23
평점 3.00/5 총 2 개의 평점
개발자 Jeffrey
이메일 [email protected]
결제 유형 free
지원되는 언어 en,zh-TW
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_appName__",
    "description": "__MSG_appDesc__",
    "default_locale": "zh_TW",
    "version": "1.2.0",
    "permissions": [
        "tabs",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "browser_action": {
        "default_title": "front-enderman",
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*.facebook.com\/*",
                "https:\/\/*.facebook.com\/*"
            ],
            "css": [],
            "js": [
                "pixi.min.js",
                "bundle.js"
            ]
        }
    ],
    "web_accessible_resources": [
        "assets\/*.png"
    ],
    "manifest_version": 2
}