ChromePride

This extension changes the background color of Facebook stories to match a pride flag

What is ChromePride?

ChromePride is a Chrome extension developed by veggiesaurus, and its main feature is "This extension changes the background color of Facebook stories to match a pride flag ".

Download ChromePride Extension CRX File

Download ChromePride 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 changes the background color of Facebook stories to match a pride flag.                    

Extension Basic Information

Name ChromePride ChromePride
ID keigncajbkgfaaeefbinafmiijlfhphm
Official URL https://chrome.google.com/webstore/detail/chromepride/keigncajbkgfaaeefbinafmiijlfhphm
Description This extension changes the background color of Facebook stories to match a pride flag
File Size 4.02 KB
Installation Count 127
Current Version 1.1
Last Updated 2015-06-27
Publish Date 2015-06-27
Rating 1.67/5 Total 3 Ratings
Developer veggiesaurus
Payment Type free
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "ChromePride",
    "version": "1.1",
    "icons": {
        "16": "icon.png"
    },
    "description": "This extension changes the background color of Facebook stories to match a pride flag ",
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.facebook.com\/*"
            ],
            "css": [
                "inspector-stylesheet.css"
            ]
        }
    ]
}