Front-Enderman

It steals your FB photos.

What is Front-Enderman?

Front-Enderman is a Chrome extension developed by Jeffrey, and its main feature is "It steals your FB photos.".

Extension Screenshots

screenshot

Download Front-Enderman Extension CRX File

Download Front-Enderman extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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                    

Extension Basic Information

Name Front-Enderman Front-Enderman
ID kfjoalnlecflangkfngaiclficeenpff
Official URL https://chromewebstore.google.com/detail/front-enderman/kfjoalnlecflangkfngaiclficeenpff
Description It steals your FB photos.
File Size 243 KB
Installation Count 86
Current Version 1.2.0
Last Updated 2017-09-23
Publish Date 2017-09-23
Rating 3.00/5 Total 2 Ratings
Developer Jeffrey
Email [email protected]
Payment Type free
Supported Languages 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
}