Not Seen

Write messages in Facebook without being tracked.

Cos'è Not Seen?

Not Seen è un'estensione di Chrome sviluppata da Tigran Sargsyan, e la sua funzione principale è "Write messages in Facebook without being tracked.".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Not Seen

Scarica i file di estensione Not Seen 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

                                            

Informazioni di Base sull'Estensione

Nome Not Seen Not Seen
ID mbojjciandekoknonjbppilplmlflmfp
URL Ufficiale https://chrome.google.com/webstore/detail/not-seen/mbojjciandekoknonjbppilplmlflmfp
Descrizione Write messages in Facebook without being tracked.
Dimensione del File 47.4 KB
Conteggio Installazioni 83
Versione Corrente 0.3
Ultimo Aggiornamento 2012-11-01
Data di Pubblicazione 2012-11-01
Valutazione 1.00/5 Totale 1 Valutazioni
Sviluppatore Tigran Sargsyan
Tipo di Pagamento free
Sito Web dell'Estensione http://toryx.net/notseen/
Lingue Supportate en
manifest.json
{
    "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Not Seen",
    "version": "0.3",
    "manifest_version": 2,
    "description": "Write messages in Facebook without being tracked.",
    "browser_action": {
        "default_icon": "spy_active.png",
        "default_popup": "popup.html"
    },
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "icons": {
        "16": "icon.png",
        "48": "icon.png",
        "128": "icon.png",
        "256": "icon_256.png"
    },
    "permissions": [
        "tabs",
        "webRequest",
        "webNavigation",
        "management",
        "http:\/\/*\/*",
        "https:\/\/*\/*",
        "webRequestBlocking"
    ]
}