Christmas Mode

Troll anyone with the christmas spirit

O que é Christmas Mode?

Christmas Mode é uma extensão do Chrome desenvolvida por Nuho Tech, e sua principal característica é "Troll anyone with the christmas spirit".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão Christmas Mode

Baixe arquivos de extensão Christmas Mode 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

                        The only purpose of this extension is to prank your friends or coworkers.

Once you set the timer, it will change everything in the browser to Christmas colors and play a funny Christmas carol.

(to stop it you just need to re-load the page)

**Disclaimer: the flashes and changes in color that this extension shows may potentially trigger seizures for people with photosensitive epilepsy. Viewer discretion is advised**                    

Informações Básicas da Extensão

Nome Christmas Mode Christmas Mode
ID ehiookjpopjjpogmbhhmhiikdincggnh
URL Oficial https://chromewebstore.google.com/detail/christmas-mode/ehiookjpopjjpogmbhhmhiikdincggnh
Descrição Troll anyone with the christmas spirit
Tamanho do Arquivo 1.13 MB
Contagem de Instalações 37
Versão Atual 2.0.0
Última Atualização 2021-07-20
Data de Publicação 2020-10-30
Classificação 5.00/5 Total de 1 Avaliações
Desenvolvedor Nuho Tech
Email [email protected]
Tipo de Pagamento free
Idiomas Suportados en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Christmas Mode",
    "version": "2.0.0",
    "description": "Troll anyone with the christmas spirit",
    "icons": {
        "128": "icon128.png",
        "48": "icon48.png",
        "16": "icon16.png"
    },
    "browser_action": {
        "default_title": "Christmas mode",
        "default_icon": {
            "128": "icon128.png",
            "48": "icon48.png",
            "16": "icon16.png"
        },
        "default_popup": "popup.html"
    },
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "permissions": [
        "http:\/\/*\/",
        "https:\/\/*\/"
    ],
    "incognito": "spanning",
    "web_accessible_resources": [
        "dino-christmas.mp3"
    ]
}