SpyMySelf

Spy what this append, when you're away

Apa itu SpyMySelf?

SpyMySelf adalah ekstensi Chrome yang dikembangkan oleh http://dyrk.org, dan fitur utamanya adalah "Spy what this append, when you're away".

Screenshot Ekstensi

screenshot
screenshot

Unduh Berkas CRX Ekstensi SpyMySelf

Unduh file ekstensi SpyMySelf dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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                    

Informasi Dasar Ekstensi

Nama SpyMySelf SpyMySelf
ID heajmkgjdlngjgcfjekdngikhaolchan
URL Resmi https://chrome.google.com/webstore/detail/spymyself/heajmkgjdlngjgcfjekdngikhaolchan
Deskripsi Spy what this append, when you're away
Ukuran File 41.61 KB
Jumlah Instalasi 62
Versi Saat Ini 3.8
Terakhir Diperbarui 2016-03-15
Tanggal Publikasi 2016-03-15
Pengembang http://dyrk.org
Email [email protected]
Tipe Pembayaran free
Bahasa yang Didukung 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"
}