Zombs Royale Cursor Line
Zombs Royale Cursor Line
Wat is Zombs Royale Cursor Line?
Zombs Royale Cursor Line is een Chrome-extensie ontwikkeld door accchow, en de belangrijkste functie is "Zombs Royale Cursor Line".
Extensie Screenshots
Download het CRX-bestand van de extensie Zombs Royale Cursor Line
Download Zombs Royale Cursor Line-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
It helps in playing Zombs Royale, the Windows cursor with a target line will be shown.
Basisinformatie over de Extensie
Naam | Zombs Royale Cursor Line |
ID | gjkkmhdgiombhhgkklidllgenonicehh |
Officiële URL | https://chromewebstore.google.com/detail/zombs-royale-cursor-line/gjkkmhdgiombhhgkklidllgenonicehh |
Beschrijving | Zombs Royale Cursor Line |
Bestandsgrootte | 205 KB |
Aantal Installaties | 949 |
Huidige Versie | 1.1.2 |
Laatst Bijgewerkt | 2020-04-26 |
Publicatiedatum | 2020-04-25 |
Beoordeling | 3.44/5 Totaal 9 Beoordelingen |
Ontwikkelaar | accchow |
[email protected] | |
Betalingswijze | free |
Ondersteunde Talen | 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" } } |