SpyMySelf

Spy what this append, when you're away

什么是SpyMySelf?

SpyMySelf是由http://dyrk.org开发的Chrome扩展程序,该扩展的主要功能是“Spy what this append, when you're away”。

扩展截图

screenshot
screenshot

下载SpyMySelf扩展crx文件

下载SpyMySelf扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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                    

扩展基本信息

名称 SpyMySelf SpyMySelf
ID heajmkgjdlngjgcfjekdngikhaolchan
官方URL https://chrome.google.com/webstore/detail/spymyself/heajmkgjdlngjgcfjekdngikhaolchan
简介 Spy what this append, when you're away
文件大小 41.61 KB
安装次数 62
当前版本 3.8
更新时间 2016-03-15
上架时间 2016-03-15
开发者 http://dyrk.org
电子邮箱 [email protected]
付费类型 free
支持的语言 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"
}