Random wallpaper

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

Qu'est-ce que Random wallpaper ?

Random wallpaper est une extension Chrome développée par https://axemedia.com, et sa fonction principale est "Show a random wallpaper with Bing search on your new tab page".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Random wallpaper

Téléchargez les fichiers d'extension Random wallpaper au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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                    

Informations de Base sur l'Extension

Nom Random wallpaper Random wallpaper
ID mbnakgcjfddknegppggflmbjmahndkjf
URL Officiel https://chromewebstore.google.com/detail/random-wallpaper/mbnakgcjfddknegppggflmbjmahndkjf
Description Show a random wallpaper with Bing search on your new tab page
Taille du Fichier 80.67 KB
Nombre d'Installations 5,530
Version Actuelle 0.6
Dernière Mise à Jour 2023-09-27
Date de Publication 2023-08-27
Évaluation 3.57/5 Total 147 Évaluations
Développeur https://axemedia.com
Email [email protected]
Type de Paiement free
URL de la Page de Politique de Confidentialité https://axemedia.com/privacy
Langues Prises en Charge 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"
        }
    }
}