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 } |