Front-Enderman

It steals your FB photos.

ما هو Front-Enderman؟

Front-Enderman هو إضافة Chrome تم تطويرها بواسطة Jeffrey، والميزة الرئيسية لها هي "It steals your FB photos.".

لقطات شاشة التمديد

screenshot

تحميل ملف CRX للإضافة Front-Enderman

قم بتنزيل ملفات الامتداد Front-Enderman بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات 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
}