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
公式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
Eメール [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
}