Google Page Cumstom Background

Replacing boring default background to random hi-def images

What is Google Page Cumstom Background?

Google Page Cumstom Background is a Chrome extension developed by ysl.stefan, and its main feature is "Replacing boring default background to random hi-def images".

Extension Screenshots

screenshot
screenshot
screenshot

Download Google Page Cumstom Background Extension CRX File

Download Google Page Cumstom Background extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        This is a Google Chrome Extension that will replace blank default background with a random high-definition images downloaded from Unsplash.

You can also view the image along (hiding search bar, navigation bar, ..etc) by double clicking Shift Key to toggle Google components.                    

Extension Basic Information

Name Google Page Cumstom Background Google Page Cumstom Background
ID ilcilmjmcicbgomhddjlgmmajjmekobn
Official URL https://chromewebstore.google.com/detail/google-page-cumstom-backg/ilcilmjmcicbgomhddjlgmmajjmekobn
Description Replacing boring default background to random hi-def images
File Size 5.39 KB
Installation Count 25
Current Version 0.0.1
Last Updated 2017-08-25
Publish Date 2017-08-25
Rating 5.00/5 Total 1 Ratings
Developer ysl.stefan
Email [email protected]
Payment Type free
Supported Languages en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Google Page Cumstom Background",
    "description": "Replacing boring default background to random hi-def images",
    "version": "0.0.1",
    "permissions": [
        "storage"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.google.com\/",
                "http:\/\/www.google.com\/"
            ],
            "css": [
                "bg.css"
            ],
            "js": [
                "content.js"
            ]
        }
    ],
    "page_action": {
        "default_title": "Custom Google background"
    }
}