Namerizer
Rename your Facebook contacts!
O que é Namerizer?
Namerizer é uma extensão do Chrome desenvolvida por Rodrigo Roim, e sua principal característica é "Rename your Facebook contacts!".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Namerizer
Baixe arquivos de extensão Namerizer no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
With Namerizer, you can set the name of your contacts to anything you want. Use their real-life nicknames, or anything else if you feel creative. You can also see which nicknames other people are using for your friends, share nicknames, etc. To use the extension, just install it and go to a friend's facebook profile. There will be a new button there that lets you set their nickname. Don't be afraid to use this app, this is an Open-Source project hosted at github: https://github.com/roim/namerizer All nicknames given are publicly accessible.
Informações Básicas da Extensão
Nome | Namerizer |
ID | hpciladepbpfoobjnmngnhfbaoofgejh |
URL Oficial | https://chromewebstore.google.com/detail/namerizer/hpciladepbpfoobjnmngnhfbaoofgejh |
Descrição | Rename your Facebook contacts! |
Tamanho do Arquivo | 91.12 KB |
Contagem de Instalações | 56 |
Versão Atual | 2.0.0 |
Última Atualização | 2013-05-10 |
Data de Publicação | 2013-05-10 |
Classificação | 2.69/5 Total de 16 Avaliações |
Desenvolvedor | Rodrigo Roim |
Tipo de Pagamento | free |
Site da Extensão | http://namerizer.herokuapp.com |
Idiomas Suportados | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Namerizer", "description": "Rename your Facebook contacts!", "version": "2.0.0", "icons": { "16": "images\/icon16.png", "48": "images\/icon48.png", "128": "images\/icon128.png" }, "web_accessible_resources": [ "images\/commonNicknamesIcon.png" ], "permissions": [ "*:\/\/*.facebook.com\/*", "http:\/\/fbnamerizer.appspot.com\/*" ], "background": { "scripts": [ "jquery.js", "backfrontend.js" ], "persistent": false }, "content_scripts": [ { "matches": [ "*:\/\/www.facebook.com\/*" ], "js": [ "jquery.js", "requestparameters.js", "common.js", "namerizer.js", "namerizer_about.js", "namerizer_editnickname.js" ], "run_at": "document_start" } ] } |