SpyMySelf

Spy what this append, when you're away

Wat is SpyMySelf?

SpyMySelf is een Chrome-extensie ontwikkeld door http://dyrk.org, en de belangrijkste functie is "Spy what this append, when you're away".

Extensie Screenshots

screenshot
screenshot

Download het CRX-bestand van de extensie SpyMySelf

Download SpyMySelf-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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                    

Basisinformatie over de Extensie

Naam SpyMySelf SpyMySelf
ID heajmkgjdlngjgcfjekdngikhaolchan
Officiële URL https://chrome.google.com/webstore/detail/spymyself/heajmkgjdlngjgcfjekdngikhaolchan
Beschrijving Spy what this append, when you're away
Bestandsgrootte 41.61 KB
Aantal Installaties 62
Huidige Versie 3.8
Laatst Bijgewerkt 2016-03-15
Publicatiedatum 2016-03-15
Ontwikkelaar http://dyrk.org
E-mail [email protected]
Betalingswijze free
Ondersteunde Talen 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"
}