Front-Enderman
It steals your FB photos.
Front-Endermanคืออะไร?
Front-Enderman เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Jeffrey และคุณลักษณะหลักของมันคือ "It steals your FB photos."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Front-Enderman
ดาวน์โหลดไฟล์ส่วนขยาย 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 } |