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
官方網址 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"
}