Random wallpaper

Show a random wallpaper with Bing search on your new tab page

¿Qué es Random wallpaper?

Random wallpaper es una extensión de Chrome desarrollada por https://axemedia.com, y su función principal es "Show a random wallpaper with Bing search on your new tab page".

Capturas de Pantalla de la Extensión

screenshot

Descargar Archivo CRX de la Extensión Random wallpaper

Descarga archivos de extensión Random wallpaper en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        Show a random wallpaper and search on your new tab page. This extension will make your new tab page look colorful!

By clicking "Add to Chrome", I accept and agree to installing the Random wallpaper Chrome extension and setting Chrome New Tab search provider to Microsoft Bing Search as described by the service in the Terms of Use at https://axemedia.com/terms and Privacy Policy at https://axemedia.com/privacy.

This extension is developed and distributed by:
Axe Media B.V.
Heidetuin 114
3994 PH Houten
The Netherlands

Privacy Policy: https://axemedia.com/privacy
Terms of Use: https://axemedia.com/terms
About Us: https://axemedia.com/#about
Contact Us: https://axemedia.com/#contact                    

Información Básica de la Extensión

Nombre Random wallpaper Random wallpaper
ID mbnakgcjfddknegppggflmbjmahndkjf
URL Oficial https://chromewebstore.google.com/detail/random-wallpaper/mbnakgcjfddknegppggflmbjmahndkjf
Descripción Show a random wallpaper with Bing search on your new tab page
Tamaño del Archivo 80.67 KB
Cantidad de Instalaciones 5,530
Versión Actual 0.6
Última Actualización 2023-09-27
Fecha de Publicación 2023-08-27
Calificación 3.57/5 Total de 147 Calificaciones
Desarrollador https://axemedia.com
Correo electrónico [email protected]
Tipo de Pago free
URL de la Página de Política de Privacidad https://axemedia.com/privacy
Idiomas Soportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Random wallpaper",
    "description": "Show a random wallpaper with Bing search on your new tab page",
    "version": "0.6",
    "permissions": [
        "activeTab"
    ],
    "action": {
        "default_icon": {
            "16": "images\/icon16.png",
            "48": "images\/icon48.png",
            "64": "images\/icon64.png",
            "128": "images\/icon128.png"
        }
    },
    "icons": {
        "16": "images\/icon16.png",
        "48": "images\/icon48.png",
        "64": "images\/icon64.png",
        "128": "images\/icon128.png"
    },
    "background": {
        "service_worker": "background.js"
    },
    "chrome_url_overrides": {
        "newtab": "newtab.html"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "newtab.html",
                "newtab.js",
                "images\/icon128.png"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "browser_specific_settings": {
        "gecko": {
            "id": "axemedia.com-extension-random-wallpaper@firefox"
        }
    }
}