Pink background

This extension allows the users to change the background in pink color of the current page.

What is Pink background?

Pink background is a Chrome extension developed by https://dierezepte.com, and its main feature is "This extension allows the users to change the background in pink color of the current page.".

Extension Screenshots

screenshot

Download Pink background Extension CRX File

Download Pink 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

                        You can now change your background color of your visited webpage. Just 2 clicks and you will have pink background.                    

Extension Basic Information

Name Pink background Pink background
ID ehiaijjfijdbaepbhgompjomellejfoj
Official URL https://chromewebstore.google.com/detail/pink-background/ehiaijjfijdbaepbhgompjomellejfoj
Description This extension allows the users to change the background in pink color of the current page.
File Size 7.37 KB
Installation Count 1,000
Current Version 1.0
Last Updated 2018-02-20
Publish Date 2018-02-20
Rating 2.75/5 Total 4 Ratings
Developer https://dierezepte.com
Email [email protected]
Payment Type free
Extension Website https://dierezepte.com/
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Pink background",
    "description": "This extension allows the users to change the background in pink color of the current page.",
    "version": "1.0",
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html",
        "default_title": "Click here!"
    },
    "permissions": [
        "activeTab",
        "storage"
    ]
}