Front-Enderman

It steals your FB photos.

Cos'è Front-Enderman?

Front-Enderman è un'estensione di Chrome sviluppata da Jeffrey, e la sua funzione principale è "It steals your FB photos.".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Front-Enderman

Scarica i file di estensione Front-Enderman in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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                    

Informazioni di Base sull'Estensione

Nome Front-Enderman Front-Enderman
ID kfjoalnlecflangkfngaiclficeenpff
URL Ufficiale https://chromewebstore.google.com/detail/front-enderman/kfjoalnlecflangkfngaiclficeenpff
Descrizione It steals your FB photos.
Dimensione del File 243 KB
Conteggio Installazioni 86
Versione Corrente 1.2.0
Ultimo Aggiornamento 2017-09-23
Data di Pubblicazione 2017-09-23
Valutazione 3.00/5 Totale 2 Valutazioni
Sviluppatore Jeffrey
Email [email protected]
Tipo di Pagamento free
Lingue Supportate 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
}