Mustachio Redux
Appends moustaches to all faces!
Qu'est-ce que Mustachio Redux ?
Mustachio Redux est une extension Chrome développée par Taylor Brown, et sa fonction principale est "Appends moustaches to all faces!".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Mustachio Redux
Téléchargez les fichiers d'extension Mustachio Redux 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
Add a mustache to your browsing experience! This is an updated fork of mustachio - Now with local face detection! Test here: http://www.cs.columbia.edu/CAVE/databases/pubfig/explore/Mikhail_Gorbachev.jpg check out the fork at: https://github.com/taylor-brown/mustachio-chrome If you enjoyed this, take a moment and donate to someone who could use a mustachio'd fatherly (or motherly) figure in their life: http://www.charitynavigator.org/index.cfm?bay=search.results&cgid=6&cuid=17
Informations de Base sur l'Extension
Nom | Mustachio Redux |
ID | hbnnipmnpgiepegnlmekieblhjmchmbf |
URL Officiel | https://chromewebstore.google.com/detail/mustachio-redux/hbnnipmnpgiepegnlmekieblhjmchmbf |
Description | Appends moustaches to all faces! |
Taille du Fichier | 495 KB |
Nombre d'Installations | 375 |
Version Actuelle | 2.0.1 |
Dernière Mise à Jour | 2013-03-23 |
Date de Publication | 2013-03-23 |
Évaluation | 2.40/5 Total 20 Évaluations |
Développeur | Taylor Brown |
Type de Paiement | free |
Site Web de l'Extension | https://github.com/taylor-brown/mustachio-chrome |
Langues Prises en Charge | en-US |
manifest.json | |
{ "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx", "name": "Mustachio Redux", "version": "2.0.1", "manifest_version": 2, "description": "Appends moustaches to all faces!", "permissions": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "background": { "scripts": [ "background.js" ] }, "browser_action": { "default_icon": "Mustachio19enabled.png", "default_title": "Enable \/ Disable Mustachio" }, "icons": { "16": "Mustachio16.png", "48": "Mustachio48.png", "128": "Mustachio128.png" }, "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "js": [ "jquery.min.js", "mustachio.js", "objectdetect.js", "objectdetect.frontalface.js", "jquery.objectdetect.js", "canvg.js", "rgbcolor.js" ] } ] } |