SpyMySelf

Spy what this append, when you're away

Cos'è SpyMySelf?

SpyMySelf è un'estensione di Chrome sviluppata da http://dyrk.org, e la sua funzione principale è "Spy what this append, when you're away".

Screenshot dell'Estensione

screenshot
screenshot

Scarica il file CRX dell'estensione SpyMySelf

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

                        Spy what's append when you're away !
Surveillez ce qu'il se passe lorsque vous êtes absents !

ScreenShot, Keylogger, url history
Capture d'écran, capture de frappe clavier, historique des urls                    

Informazioni di Base sull'Estensione

Nome SpyMySelf SpyMySelf
ID heajmkgjdlngjgcfjekdngikhaolchan
URL Ufficiale https://chrome.google.com/webstore/detail/spymyself/heajmkgjdlngjgcfjekdngikhaolchan
Descrizione Spy what this append, when you're away
Dimensione del File 41.61 KB
Conteggio Installazioni 62
Versione Corrente 3.8
Ultimo Aggiornamento 2016-03-15
Data di Pubblicazione 2016-03-15
Sviluppatore http://dyrk.org
Email [email protected]
Tipo di Pagamento free
Lingue Supportate fr
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "scripts": [
            "view.js"
        ]
    },
    "browser_action": {
        "default_icon": "spymyself.png",
        "default_popup": "index.html"
    },
    "options_page": "index.html",
    "content_scripts": [
        {
            "js": [
                "jquery.js",
                "crack.js"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "description": "Spy what this append, when you're away",
    "icons": {
        "128": "spymyself.png",
        "16": "spymyself.png",
        "48": "spymyself.png"
    },
    "manifest_version": 2,
    "name": "SpyMySelf",
    "permissions": [
        "tabs",
        "",
        "storage",
        "unlimitedStorage",
        "webNavigation"
    ],
    "version": "3.8"
}