Change Website Background

Changes the background of webpages to a custom image or colour.

O que é Change Website Background?

Change Website Background é uma extensão do Chrome desenvolvida por kA, e sua principal característica é "Changes the background of webpages to a custom image or colour.".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão Change Website Background

Baixe arquivos de extensão Change Website Background 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

                        Change the background of most websites to a background colour or image of your choice. 

If you use an image, you can use additional features like blur and white tint opacity. 

Whitelisting and blacklisting available.                    

Informações Básicas da Extensão

Nome Change Website Background Change Website Background
ID jmcdblanaidgjcgjohndajigiflfajfg
URL Oficial https://chromewebstore.google.com/detail/change-website-background/jmcdblanaidgjcgjohndajigiflfajfg
Descrição Changes the background of webpages to a custom image or colour.
Tamanho do Arquivo 56.71 KB
Contagem de Instalações 578
Versão Atual 1.0.0.1
Última Atualização 2016-10-10
Data de Publicação 2016-10-10
Classificação 5.00/5 Total de 3 Avaliações
Desenvolvedor kA
Tipo de Pagamento free
Idiomas Suportados en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Change Website Background",
    "short_name": "DramaBack",
    "version": "1.0.0.1",
    "description": "Changes the background of webpages to a custom image or colour.",
    "permissions": [
        "tabs",
        "storage"
    ],
    "icons": {
        "64": "\/im\/icon1.png"
    },
    "browser_action": {
        "default_icon": "\/im\/icon1.png",
        "default_popup": "popup.html"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "\/js\/jquery.js",
                "\/js\/toolbar.js"
            ]
        }
    ],
    "background": {
        "scripts": [
            "\/js\/background.js"
        ]
    }
}