ChromePride

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

Wat is ChromePride?

ChromePride is een Chrome-extensie ontwikkeld door veggiesaurus, en de belangrijkste functie is "This extension changes the background color of Facebook stories to match a pride flag ".

Download het CRX-bestand van de extensie ChromePride

Download ChromePride-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

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

Basisinformatie over de Extensie

Naam ChromePride ChromePride
ID keigncajbkgfaaeefbinafmiijlfhphm
Officiële URL https://chrome.google.com/webstore/detail/chromepride/keigncajbkgfaaeefbinafmiijlfhphm
Beschrijving This extension changes the background color of Facebook stories to match a pride flag
Bestandsgrootte 4.02 KB
Aantal Installaties 127
Huidige Versie 1.1
Laatst Bijgewerkt 2015-06-27
Publicatiedatum 2015-06-27
Beoordeling 1.67/5 Totaal 3 Beoordelingen
Ontwikkelaar veggiesaurus
Betalingswijze free
Ondersteunde Talen 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"
            ]
        }
    ]
}