Intruder Notifications

Get notifications and information about Intruder and its servers.

O que é Intruder Notifications?

Intruder Notifications é uma extensão do Chrome desenvolvida por https://intruderfps.com, e sua principal característica é "Get notifications and information about Intruder and its servers.".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão Intruder Notifications

Baixe arquivos de extensão Intruder Notifications no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        Get notifications and information about Intruder and its servers. See detailed views of each room and even join rooms from the extension! Customize how many players you want in a game before your notified and how often it checks. Badge icon also lets you know how many players are in-game at a glance.                    

Informações Básicas da Extensão

Nome Intruder Notifications Intruder Notifications
ID aoebpknpfcepopfgnbnikaipjeekalim
URL Oficial https://chromewebstore.google.com/detail/intruder-notifications/aoebpknpfcepopfgnbnikaipjeekalim
Descrição Get notifications and information about Intruder and its servers.
Tamanho do Arquivo 210 KB
Contagem de Instalações 282
Versão Atual 2.0.2
Última Atualização 2020-09-17
Data de Publicação 2018-07-08
Classificação 5.00/5 Total de 14 Avaliações
Desenvolvedor https://intruderfps.com
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://IntruderFPS.com
URL da Página de Ajuda https://superbossgames.com/chat
Idiomas Suportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "__MSG_extensionName__",
    "homepage_url": "https:\/\/intruderfps.com\/",
    "description": "__MSG_extensionDescription__",
    "author": "Christopher Satchell",
    "default_locale": "en",
    "permissions": [
        "notifications",
        "https:\/\/*.intruderfps.com\/",
        "idle",
        "storage"
    ],
    "icons": {
        "16": "icons\/16.png",
        "48": "icons\/48.png",
        "128": "icons\/128.png"
    },
    "background": {
        "scripts": [
            "js\/background.js"
        ]
    },
    "browser_action": {
        "default_popup": "popup.html",
        "default_title": "__MSG_extensionName__",
        "default_icon": "icons\/128.png"
    },
    "options_ui": {
        "page": "options.html",
        "open_in_tab": true
    },
    "version": "2.0.2",
    "content_security_policy": "script-src 'self' ; object-src 'self'"
}