Front-Enderman

It steals your FB photos.

什麼是Front-Enderman?

Front-Enderman是由Jeffrey開發的Chrome擴展程式,該擴展的主要功能是“It steals your FB photos.”。

擴展截圖

screenshot

下載Front-Enderman擴展crx文件

下載Front-Enderman擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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
官方網址 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
}