Facesnoop

Read your Facebook messages without notifying your friends

O que é Facesnoop?

Facesnoop é uma extensão do Chrome desenvolvida por http://rely.io, e sua principal característica é "Read your Facebook messages without notifying your friends".

Baixar o arquivo CRX da Extensão Facesnoop

Baixe arquivos de extensão Facesnoop 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

                        Read your Facebook messages without letting your friends know that you did.

Open the discussion thread, download documents, images or just read the new messages... and reply whenever *YOU* decide.

Your friends will never know whether or not you have read their messages. This will prevent them to get annoyed at you because "you are taking too long to reply" or "dropping a R-bomb on them". Take back your friend citizen!

This extension is 100% free and open source.

If you want to contribute, or drop a nice message / feature request: http://github.com/aaronwinter/facesnoop

If you have any questions you can contact the developer (me!) of this app directly: [email protected]

Enjoy!                    

Informações Básicas da Extensão

Nome Facesnoop Facesnoop
ID kebmejpcciehlicgipgfinbgdbedeoag
URL Oficial https://chrome.google.com/webstore/detail/kebmejpcciehlicgipgfinbgdbedeoag
Descrição Read your Facebook messages without notifying your friends
Tamanho do Arquivo 38.05 KB
Contagem de Instalações 627
Versão Atual 7.5
Última Atualização 2015-11-18
Data de Publicação 2015-11-18
Classificação 4.21/5 Total de 14 Avaliações
Desenvolvedor http://rely.io
Tipo de Pagamento free
Site da Extensão http://rely.io/facesnoop
URL da Página de Ajuda http://rely.io/facesnoop
Idiomas Suportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Facesnoop",
    "description": "Read your Facebook messages without notifying your friends",
    "version": "7.5",
    "author": "Aaron",
    "icons": {
        "16": "res\/icon16.png",
        "32": "res\/icon32.png",
        "48": "res\/icon48.png",
        "128": "res\/icon128.png",
        "256": "res\/icon256.png"
    },
    "background": {
        "scripts": [
            "facesnoop.js"
        ]
    },
    "browser_action": {
        "default_icon": {
            "20": "res\/icon16.png",
            "32": "res\/icon32.png",
            "48": "res\/icon48.png",
            "128": "res\/icon128.png",
            "256": "res\/icon256.png"
        },
        "default_popup": "interface.html"
    },
    "permissions": [
        "webRequest",
        "webRequestBlocking",
        "*:\/\/*.facebook.com\/*"
    ],
    "manifest_version": 2
}