hackr
a fun hacker simulator
What is hackr?
hackr is a Chrome extension developed by eliranwebdev, and its main feature is "a fun hacker simulator".
Extension Screenshots
Download hackr Extension CRX File
Download hackr extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
Extension Basic Information
Name | |
ID | kflcnaifkjeanhdfomcdkcdfjoanfila |
Official URL | https://chrome.google.com/webstore/detail/hackr/kflcnaifkjeanhdfomcdkcdfjoanfila |
Description | a fun hacker simulator |
File Size | 38.93 KB |
Installation Count | 93 |
Current Version | 0.1.1 |
Last Updated | 2016-02-20 |
Publish Date | 2016-02-20 |
Rating | 4.00/5 Total 3 Ratings |
Developer | eliranwebdev |
Payment Type | free |
Supported Languages | 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 } |