Front-Enderman
It steals your FB photos.
Front-Enderman là gì?
Front-Enderman là một tiện ích mở rộng Chrome được phát triển bởi Jeffrey, và tính năng chính của nó là "It steals your FB photos.".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Front-Enderman
Tải xuống các tệp mở rộng Front-Enderman dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Front-Enderman |
ID | kfjoalnlecflangkfngaiclficeenpff |
URL Chính Thức | https://chromewebstore.google.com/detail/front-enderman/kfjoalnlecflangkfngaiclficeenpff |
Mô tả | It steals your FB photos. |
Kích Thước Tệp | 243 KB |
Số Lần Cài Đặt | 86 |
Phiên Bản Hiện Tại | 1.2.0 |
Cập Nhật Lần Cuối | 2017-09-23 |
Ngày Phát Hành | 2017-09-23 |
Đánh Giá | 3.00/5 Tổng số 2 Đánh Giá |
Nhà Phát Triển | Jeffrey |
[email protected] | |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | 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 } |