ChromePride

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

ChromePrideとは何ですか?

ChromePrideはveggiesaurusによって開発されたChromeの拡張機能で、その主な機能は「This extension changes the background color of Facebook stories to match a pride flag 」です。

ChromePride拡張機能のCRXファイルをダウンロード

ChromePride拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

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

拡張機能の基本情報

名前 ChromePride ChromePride
ID keigncajbkgfaaeefbinafmiijlfhphm
公式URL https://chrome.google.com/webstore/detail/chromepride/keigncajbkgfaaeefbinafmiijlfhphm
説明 This extension changes the background color of Facebook stories to match a pride flag
ファイルサイズ 4.02 KB
インストール数 127
現在のバージョン 1.1
最終更新日 2015-06-27
公開日 2015-06-27
評価 1.67/5 合計 3 レビュー
開発者 veggiesaurus
支払い方法 free
対応言語 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"
            ]
        }
    ]
}