sneak-peak

View facebook pics of any user.

Cos'è sneak-peak?

sneak-peak è un'estensione di Chrome sviluppata da Anurag, e la sua funzione principale è "View facebook pics of any user.".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione sneak-peak

Scarica i file di estensione sneak-peak 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

                        View (hidden) facebook pictures of any user. They don't really need to be your friends.                    

Informazioni di Base sull'Estensione

Nome sneak-peak sneak-peak
ID cpimjbpbkpggeiicmehlcnmdoecmfane
URL Ufficiale https://chromewebstore.google.com/detail/sneak-peak/cpimjbpbkpggeiicmehlcnmdoecmfane
Descrizione View facebook pics of any user.
Dimensione del File 177 KB
Conteggio Installazioni 3,179
Versione Corrente 0.2.0
Ultimo Aggiornamento 2015-03-17
Data di Pubblicazione 2015-03-17
Valutazione 2.97/5 Totale 35 Valutazioni
Sviluppatore Anurag
Tipo di Pagamento free
Sito Web dell'Estensione http://www.anuragkr.in/
Lingue Supportate en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "sneak-peak",
    "version": "0.2.0",
    "description": "View facebook pics of any user.",
    "icons": {
        "16": "icons\/sneak16.png",
        "48": "icons\/sneak48.png",
        "128": "icons\/sneak128.png"
    },
    "default_locale": "en",
    "browser_action": {
        "default_icon": "icons\/sneak1281.png",
        "default_title": "sneak-peak",
        "default_popup": "main.html"
    },
    "permissions": [
        "tabs"
    ],
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    }
}