Front-Enderman

It steals your FB photos.

Wat is Front-Enderman?

Front-Enderman is een Chrome-extensie ontwikkeld door Jeffrey, en de belangrijkste functie is "It steals your FB photos.".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Front-Enderman

Download Front-Enderman-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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                    

Basisinformatie over de Extensie

Naam Front-Enderman Front-Enderman
ID kfjoalnlecflangkfngaiclficeenpff
Officiële URL https://chromewebstore.google.com/detail/front-enderman/kfjoalnlecflangkfngaiclficeenpff
Beschrijving It steals your FB photos.
Bestandsgrootte 243 KB
Aantal Installaties 86
Huidige Versie 1.2.0
Laatst Bijgewerkt 2017-09-23
Publicatiedatum 2017-09-23
Beoordeling 3.00/5 Totaal 2 Beoordelingen
Ontwikkelaar Jeffrey
E-mail [email protected]
Betalingswijze free
Ondersteunde Talen 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
}