Purple Background Daily

Designed for purple color lovers. Change your new tab with random purple background!

What is Purple Background Daily?

Purple Background Daily is a Chrome extension developed by https://bg.smallcolortools.com, and its main feature is "Designed for purple color lovers. Change your new tab with random purple background!".

Extension Screenshots

screenshot
screenshot
screenshot
screenshot
screenshot

Download Purple Background Daily Extension CRX File

Download Purple Background Daily 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 extension is created for the fans of purple color. It randomly presents a hand-picked beautiful purple background in every new tab. The background is lockable and you are free to lock/unlock it anytime. 

Main features:

* In the upper right corner, clicking on lock icon can lock/unlock current background. Once locked, the background will be used for any new tab. When unlocked, a random background will shown in every new tab. 

* In the lower right corner, clicking on rotation icon can switch to new background, without leaving current tab.                    

Extension Basic Information

Name Purple Background Daily Purple Background Daily
ID lekpchklgceelnfdlbnlnacmiajflmgl
Official URL https://chrome.google.com/webstore/detail/purple-background-daily/lekpchklgceelnfdlbnlnacmiajflmgl
Description Designed for purple color lovers. Change your new tab with random purple background!
File Size 80.21 KB
Installation Count 71
Current Version 0.1.1
Last Updated 2023-02-28
Publish Date 2022-10-12
Developer https://bg.smallcolortools.com
Email [email protected]
Payment Type free
Extension Website https://bg.smallcolortools.com
Help Page URL https://bg.smallcolortools.com/contact.php
Privacy Policy Page URL https://bg.smallcolortools.com/privacy.php
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Purple Background Daily",
    "version": "0.1.1",
    "description": "Designed for purple color lovers. Change your new tab with random purple background!",
    "icons": {
        "16": "icons\/logo.png",
        "48": "icons\/logo.png",
        "128": "icons\/logo.png"
    },
    "background": {
        "service_worker": "js\/background.js"
    },
    "action": {
        "default_title": "purple-newtab",
        "default_icon": "icons\/logo.png"
    },
    "chrome_url_overrides": {
        "newtab": "main.html"
    },
    "permissions": [
        "storage"
    ],
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self';"
    }
}