SpyMySelf

Spy what this append, when you're away

What is SpyMySelf?

SpyMySelf is a Chrome extension developed by http://dyrk.org, and its main feature is "Spy what this append, when you're away".

Extension Screenshots

screenshot
screenshot

Download SpyMySelf Extension CRX File

Download SpyMySelf extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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                    

Extension Basic Information

Name SpyMySelf SpyMySelf
ID heajmkgjdlngjgcfjekdngikhaolchan
Official URL https://chrome.google.com/webstore/detail/spymyself/heajmkgjdlngjgcfjekdngikhaolchan
Description Spy what this append, when you're away
File Size 41.61 KB
Installation Count 62
Current Version 3.8
Last Updated 2016-03-15
Publish Date 2016-03-15
Developer http://dyrk.org
Email [email protected]
Payment Type free
Supported Languages 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"
}