MLPLounge Trixie Theme

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

MLPLounge Trixie Themeとは何ですか?

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

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

screenshot

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

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

拡張機能の使用方法

                        Injects custom CSS into the PLounge so you can stare at best human/pony while browsing. Also resets the font if the mods decide to screw with it (again).                    

拡張機能の基本情報

名前 MLPLounge Trixie Theme MLPLounge Trixie Theme
ID giooeblinjlaboljgjhmbgolgemlpppo
公式URL https://chromewebstore.google.com/detail/mlplounge-trixie-theme/giooeblinjlaboljgjhmbgolgemlpppo
説明 Modifies the MLPLounge css to better match best human/pony's color scheme. Also sets font to normal.
ファイルサイズ 19.73 KB
インストール数 20
現在のバージョン 1.4.2
最終更新日 2016-01-11
公開日 2016-01-10
評価 5.00/5 合計 1 レビュー
開発者 Shawnyall
支払い方法 free
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "MLPLounge Trixie Theme",
    "description": "Modifies the MLPLounge css to better match best human\/pony's color scheme. Also sets font to normal.",
    "version": "1.4.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": [
                "trixie.css"
            ],
            "run_at": "document_start"
        }
    ],
    "permissions": [
        "http:\/\/*.reddit.com\/",
        "https:\/\/*.reddit.com\/",
        "http:\/\/*.redditstatic.com\/",
        "http:\/\/*.redditmedia.com\/"
    ],
    "web_accessible_resources": [
        "trixie.css"
    ]
}