MLPLounge Surprise Theme

Modifies the MLPLounge css to better match best pony's color scheme. Also sets font to normal.

MLPLounge Surprise Themeとは何ですか?

MLPLounge Surprise ThemeはShawnyallによって開発されたChromeの拡張機能で、その主な機能は「Modifies the MLPLounge css to better match best pony's color scheme. Also sets font to normal.」です。

拡張機能のスクリーンショット

screenshot

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

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

拡張機能の使用方法

                                            

拡張機能の基本情報

名前 MLPLounge Surprise Theme MLPLounge Surprise Theme
ID papdfpfbebnggmellanicjhnmaeaemop
公式URL https://chrome.google.com/webstore/detail/mlplounge-surprise-theme/papdfpfbebnggmellanicjhnmaeaemop
説明 Modifies the MLPLounge css to better match best pony's color scheme. Also sets font to normal.
ファイルサイズ 20.72 KB
インストール数 10
現在のバージョン 1.6.2
最終更新日 2016-01-10
公開日 2016-01-10
評価 5.00/5 合計 2 レビュー
開発者 Shawnyall
支払い方法 free
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "MLPLounge Surprise Theme",
    "description": "Modifies the MLPLounge css to better match best pony's color scheme. Also sets font to normal.",
    "version": "1.6.2",
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*.reddit.com\/r\/MLPLounge",
                "http:\/\/*.reddit.com\/r\/MLPLounge\/*",
                "http:\/\/*.reddit.com\/r\/mlplounge",
                "http:\/\/*.reddit.com\/r\/mlplounge\/*",
                "http:\/\/reddit.com\/user\/*",
                "https:\/\/*.reddit.com\/r\/MLPLounge",
                "https:\/\/*.reddit.com\/r\/MLPLounge\/*",
                "https:\/\/*.reddit.com\/r\/mlplounge",
                "https:\/\/*.reddit.com\/r\/mlplounge\/*",
                "https:\/\/reddit.com\/user\/*"
            ],
            "exclude_matches": [
                "http:\/\/reddit.com\/",
                "http:\/\/reddit.com\/r\/*"
            ],
            "css": [
                "surprise.css"
            ],
            "run_at": "document_start"
        }
    ],
    "permissions": [
        "http:\/\/*.reddit.com\/",
        "https:\/\/*.reddit.com\/",
        "http:\/\/*.redditstatic.com\/",
        "http:\/\/*.redditmedia.com\/"
    ],
    "web_accessible_resources": [
        "surprise.css"
    ]
}