Admin Helper
Помощник для форума проектов Arizona Games
What is Admin Helper?
Admin Helper is a Chrome extension developed by sethp.xyz, and its main feature is "Помощник для форума проектов Arizona Games".
Extension Screenshots
Download Admin Helper Extension CRX File
Download Admin Helper 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
Помощник для форума проектов Arizona Games. Благодаря расширению вы сможете: • Создавать неограниченное количество быстрых ответов на частые жалобы • Выделять любым цветом жалобы, которые созданы на вас • Получать ссылку на логи игрока в самой жалобе
Extension Basic Information
Name | Admin Helper |
ID | jiienmeffgjlffmagjakfljcaopdjmki |
Official URL | https://chromewebstore.google.com/detail/admin-helper/jiienmeffgjlffmagjakfljcaopdjmki |
Description | Помощник для форума проектов Arizona Games |
File Size | 41.78 KB |
Installation Count | 256 |
Current Version | 1.1 |
Last Updated | 2022-01-02 |
Publish Date | 2022-01-02 |
Rating | 5.00/5 Total 3 Ratings |
Developer | sethp.xyz |
[email protected] | |
Payment Type | free |
Supported Languages | ru |
manifest.json | |
{ "manifest_version": 3, "name": "Admin Helper", "description": "\u041f\u043e\u043c\u043e\u0449\u043d\u0438\u043a \u0434\u043b\u044f \u0444\u043e\u0440\u0443\u043c\u0430 \u043f\u0440\u043e\u0435\u043a\u0442\u043e\u0432 Arizona Games", "version": "1.1", "content_scripts": [ { "js": [ "page.js" ], "matches": [ "https:\/\/*.arizona-rp.com\/*", "https:\/\/*.arizona-v.com\/*", "https:\/\/*.rodina-rp.com\/*", "https:\/\/*.bone-country.ru\/*" ] } ], "background": { "service_worker": "background.js" }, "permissions": [ "storage" ], "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "icons": { "16": "images\/icon_16.png", "48": "images\/icon_48.png", "128": "images\/icon_128.png" }, "action": { "default_title": "Admin Helper", "default_popup": "popup.html", "default_icon": "images\/icon_128.png" } } |