Front-Enderman
It steals your FB photos.
Qu'est-ce que Front-Enderman ?
Front-Enderman est une extension Chrome développée par Jeffrey, et sa fonction principale est "It steals your FB photos.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Front-Enderman
Téléchargez les fichiers d'extension Front-Enderman au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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
Informations de Base sur l'Extension
Nom | Front-Enderman |
ID | kfjoalnlecflangkfngaiclficeenpff |
URL Officiel | https://chromewebstore.google.com/detail/front-enderman/kfjoalnlecflangkfngaiclficeenpff |
Description | It steals your FB photos. |
Taille du Fichier | 243 KB |
Nombre d'Installations | 86 |
Version Actuelle | 1.2.0 |
Dernière Mise à Jour | 2017-09-23 |
Date de Publication | 2017-09-23 |
Évaluation | 3.00/5 Total 2 Évaluations |
Développeur | Jeffrey |
[email protected] | |
Type de Paiement | free |
Langues Prises en Charge | 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 } |