Front-Enderman
It steals your FB photos.
什么是Front-Enderman?
Front-Enderman是由Jeffrey开发的Chrome扩展程序,该扩展的主要功能是“It steals your FB photos.”。
扩展截图
下载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 |
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 } |