Admin Helper
Помощник для форума проектов Arizona Games
Cos'è Admin Helper?
Admin Helper è un'estensione di Chrome sviluppata da sethp.xyz, e la sua funzione principale è "Помощник для форума проектов Arizona Games".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Admin Helper
Scarica i file di estensione Admin Helper 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
Помощник для форума проектов Arizona Games. Благодаря расширению вы сможете:
• Создавать неограниченное количество быстрых ответов на частые жалобы
• Выделять любым цветом жалобы, которые созданы на вас
• Получать ссылку на логи игрока в самой жалобе Informazioni di Base sull'Estensione
| Nome | |
| ID | jiienmeffgjlffmagjakfljcaopdjmki |
| URL Ufficiale | https://chromewebstore.google.com/detail/admin-helper/jiienmeffgjlffmagjakfljcaopdjmki |
| Descrizione | Помощник для форума проектов Arizona Games |
| Dimensione del File | 41.78 KB |
| Conteggio Installazioni | 256 |
| Versione Corrente | 1.1 |
| Ultimo Aggiornamento | 2022-01-02 |
| Data di Pubblicazione | 2022-01-02 |
| Valutazione | 5.00/5 Totale 3 Valutazioni |
| Sviluppatore | sethp.xyz |
| [email protected] | |
| Tipo di Pagamento | free |
| Lingue Supportate | 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"
}
} | |