Facesnoop

Read your Facebook messages without notifying your friends

Cos'è Facesnoop?

Facesnoop è un'estensione di Chrome sviluppata da http://rely.io, e la sua funzione principale è "Read your Facebook messages without notifying your friends".

Scarica il file CRX dell'estensione Facesnoop

Scarica i file di estensione Facesnoop in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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!                    

Informazioni di Base sull'Estensione

Nome Facesnoop Facesnoop
ID kebmejpcciehlicgipgfinbgdbedeoag
URL Ufficiale https://chrome.google.com/webstore/detail/kebmejpcciehlicgipgfinbgdbedeoag
Descrizione Read your Facebook messages without notifying your friends
Dimensione del File 38.05 KB
Conteggio Installazioni 627
Versione Corrente 7.5
Ultimo Aggiornamento 2015-11-18
Data di Pubblicazione 2015-11-18
Valutazione 4.21/5 Totale 14 Valutazioni
Sviluppatore http://rely.io
Tipo di Pagamento free
Sito Web dell'Estensione http://rely.io/facesnoop
URL della Pagina di Aiuto http://rely.io/facesnoop
Lingue Supportate 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
}