Zombs Royale Cursor Line
Zombs Royale Cursor Line
What is Zombs Royale Cursor Line?
Zombs Royale Cursor Line is a Chrome extension developed by accchow, and its main feature is "Zombs Royale Cursor Line".
Extension Screenshots
Download Zombs Royale Cursor Line Extension CRX File
Download Zombs Royale Cursor Line 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
It helps in playing Zombs Royale, the Windows cursor with a target line will be shown.
Extension Basic Information
Name | Zombs Royale Cursor Line |
ID | gjkkmhdgiombhhgkklidllgenonicehh |
Official URL | https://chromewebstore.google.com/detail/zombs-royale-cursor-line/gjkkmhdgiombhhgkklidllgenonicehh |
Description | Zombs Royale Cursor Line |
File Size | 205 KB |
Installation Count | 949 |
Current Version | 1.1.2 |
Last Updated | 2020-04-26 |
Publish Date | 2020-04-25 |
Rating | 3.44/5 Total 9 Ratings |
Developer | accchow |
[email protected] | |
Payment Type | free |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Zombs Royale Cursor Line", "short_name": "zombsline", "version": "1.1.2", "description": "Zombs Royale Cursor Line", "manifest_version": 2, "icons": { "16": "logo16.png", "48": "logo48.png", "128": "logo128.png" }, "browser_action": { "default_icon": "logo48.png", "default_popup": "popup.html" }, "permissions": [ "tabs" ], "content_scripts": [ { "matches": [ "https:\/\/zombsroyale.io\/" ], "js": [ "jquery.min.js", "content.js" ], "include_globs": [ "https:\/\/zombsroyale.io\/" ], "run_at": "document_start", "all_frames": true } ], "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'", "background": { "page": "background.html" } } |