hackr

a fun hacker simulator

Cos'è hackr?

hackr è un'estensione di Chrome sviluppata da eliranwebdev, e la sua funzione principale è "a fun hacker simulator".

Screenshot dell'Estensione

screenshot
screenshot

Scarica il file CRX dell'estensione hackr

Scarica i file di estensione hackr in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                                            

Informazioni di Base sull'Estensione

Nome hackr hackr
ID kflcnaifkjeanhdfomcdkcdfjoanfila
URL Ufficiale https://chrome.google.com/webstore/detail/hackr/kflcnaifkjeanhdfomcdkcdfjoanfila
Descrizione a fun hacker simulator
Dimensione del File 38.93 KB
Conteggio Installazioni 93
Versione Corrente 0.1.1
Ultimo Aggiornamento 2016-02-20
Data di Pubblicazione 2016-02-20
Valutazione 4.00/5 Totale 3 Valutazioni
Sviluppatore eliranwebdev
Tipo di Pagamento free
Lingue Supportate en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "hackr",
    "description": "a fun hacker simulator",
    "version": "0.1.1",
    "permissions": [
        "activeTab"
    ],
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "js": [
                "lib\/jquery\/jquery-2.2.0.min.js",
                "lib\/hackr\/hackr.js",
                "app.js"
            ],
            "run_at": "document_end"
        }
    ],
    "browser_action": {
        "default_title": "hackr()",
        "default_icon": "images\/logo-48.png"
    },
    "icons": {
        "48": "images\/logo-48.png",
        "128": "images\/logo-128.png"
    },
    "manifest_version": 2
}