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
Eメール [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"
}