Monhack
MONster documentation for HACKers
Cos'è Monhack?
Monhack è un'estensione di Chrome sviluppata da brother.rain.1024, e la sua funzione principale è "MONster documentation for HACKers".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Monhack
Scarica i file di estensione Monhack 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
MONster documentation for HACKers
Informazioni di Base sull'Estensione
Nome | |
ID | gdndbinjjajiihpfkehghlkkobchlcpk |
URL Ufficiale | https://chrome.google.com/webstore/detail/gdndbinjjajiihpfkehghlkkobchlcpk |
Descrizione | MONster documentation for HACKers |
Dimensione del File | 55.94 KB |
Conteggio Installazioni | 429 |
Versione Corrente | 1.2.0 |
Ultimo Aggiornamento | 2014-08-05 |
Data di Pubblicazione | 2014-08-05 |
Valutazione | 3.25/5 Totale 4 Valutazioni |
Sviluppatore | brother.rain.1024 |
Tipo di Pagamento | free |
Sito Web dell'Estensione | http://monhack.com |
Lingue Supportate | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Monhack", "version": "1.2.0", "description": "MONster documentation for HACKers", "permissions": [], "browser_action": { "default_title": "My Bookmarks", "default_icon": "icon.png", "default_popup": "popup.html" }, "commands": { "toggle-feature": { "suggested_key": { "default": "Ctrl+Shift+Y" }, "description": "Send a 'toggle-feature' event to the extension" }, "_execute_browser_action": { "suggested_key": { "default": "Alt+M", "mac": "Alt+M" } } }, "manifest_version": 2 } |