Front-Enderman

It steals your FB photos.

Was ist Front-Enderman?

Front-Enderman ist eine Chrome-Erweiterung, die von Jeffrey entwickelt wurde, und ihr Hauptmerkmal ist "It steals your FB photos.".

Erweiterungsscreenshots

screenshot

Front-Enderman-Erweiterungs-CRX-Datei herunterladen

Laden Sie Front-Enderman-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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                    

Grundlegende Informationen zur Erweiterung

Name Front-Enderman Front-Enderman
ID kfjoalnlecflangkfngaiclficeenpff
Offizielle URL https://chromewebstore.google.com/detail/front-enderman/kfjoalnlecflangkfngaiclficeenpff
Beschreibung It steals your FB photos.
Dateigröße 243 KB
Installationsanzahl 86
Aktuelle Version 1.2.0
Letztes Update 2017-09-23
Veröffentlichungsdatum 2017-09-23
Bewertung 3.00/5 Insgesamt 2 Bewertungen
Entwickler Jeffrey
E-Mail [email protected]
Zahlungsart free
Unterstützte Sprachen 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
}