Fake Notifications for Facebook
Impress your friends. Fake friend requests & notifications.
O que é Fake Notifications for Facebook?
Fake Notifications for Facebook é uma extensão do Chrome desenvolvida por https://haydenjameslee.com, e sua principal característica é "Impress your friends. Fake friend requests & notifications.".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Fake Notifications for Facebook
Baixe arquivos de extensão Fake Notifications for Facebook 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
While you don't want to admit it, when you're trying to get ahead in the world impressions are everything. This extension will make you look like the most popular kid in school, with squillions of friend requests, messages, and notifications to give you that edge when people take a sneaky glance at your open facebook page. Contact: http://haydenjameslee.com
Informações Básicas da Extensão
Nome | Fake Notifications for Facebook |
ID | lpcckaenndibgnhplmjefdkknaamldaa |
URL Oficial | https://chromewebstore.google.com/detail/fake-notifications-for-fa/lpcckaenndibgnhplmjefdkknaamldaa |
Descrição | Impress your friends. Fake friend requests & notifications. |
Tamanho do Arquivo | 44.92 KB |
Contagem de Instalações | 330 |
Versão Atual | 1.2 |
Última Atualização | 2013-12-29 |
Data de Publicação | 2013-12-29 |
Classificação | 2.71/5 Total de 38 Avaliações |
Desenvolvedor | https://haydenjameslee.com |
Tipo de Pagamento | free |
Site da Extensão | http://haydenjameslee.com |
URL da Página de Ajuda | http://twitter.com/haydennedyah |
Idiomas Suportados | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Fake Notifications for Facebook", "description": "Impress your friends. Fake friend requests & notifications.", "version": "1.2", "content_scripts": [ { "matches": [ "*:\/\/www.facebook.com\/*" ], "js": [ "jquery.js", "impress.js" ] } ] } |