Beauty Backgrounds

The perfect beauty extension for inspiration.

O que é Beauty Backgrounds?

Beauty Backgrounds é uma extensão do Chrome desenvolvida por apexextensionscorp, e sua principal característica é "The perfect beauty extension for inspiration.".

Capturas de Tela da Extensão

screenshot
screenshot

Baixar o arquivo CRX da Extensão Beauty Backgrounds

Baixe arquivos de extensão Beauty Backgrounds 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

                        This extension allows you to set your New Tab Search to a beauty themed background. Additionally, you will have the current date and day of the week right on your new tab.

Change your selection at any time with an easy to use settings page.

Using our extension you accept our Privacy and Terms located at:

https://apexextensions.com/privacy-policy
https://apexextensions.com/terms-of-use                    

Informações Básicas da Extensão

Nome Beauty Backgrounds Beauty Backgrounds
ID chgdpfphohbeffghekjhgnbeceimflen
URL Oficial https://chrome.google.com/webstore/detail/beauty-backgrounds/chgdpfphohbeffghekjhgnbeceimflen
Descrição The perfect beauty extension for inspiration.
Tamanho do Arquivo 3 MB
Contagem de Instalações 20,000
Versão Atual 2.1
Última Atualização 2021-11-04
Data de Publicação 2019-11-12
Classificação 3.33/5 Total de 6 Avaliações
Desenvolvedor apexextensionscorp
Email [email protected]
Tipo de Pagamento free
URL da Página de Política de Privacidade https://apexextensions.com/privacy-policy
Idiomas Suportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Beauty Backgrounds",
    "description": "The perfect beauty extension for inspiration.",
    "version": "2.1",
    "browser_action": [],
    "permissions": [],
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
    "chrome_url_overrides": {
        "newtab": "index.html"
    },
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "icons": {
        "16": "icon16.png",
        "32": "icon32.png",
        "48": "icon48.png",
        "128": "icon128.png"
    }
}