MLPLounge Octavia Theme

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

MLPLounge Octavia Themeとは何ですか?

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

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

screenshot

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

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

拡張機能の使用方法

                                            

拡張機能の基本情報

名前 MLPLounge Octavia Theme MLPLounge Octavia Theme
ID jcmaehhmkjeadeifjmoncjmocdkchdgb
公式URL https://chromewebstore.google.com/detail/mlplounge-octavia-theme/jcmaehhmkjeadeifjmoncjmocdkchdgb
説明 Modifies the MLPLounge css to better match best pony's color scheme. Also sets font to normal.
ファイルサイズ 16.3 KB
インストール数 13
現在のバージョン 1.7.2
最終更新日 2016-01-11
公開日 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 Octavia Theme",
    "description": "Modifies the MLPLounge css to better match best pony's color scheme. Also sets font to normal.",
    "version": "1.7.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": [
                "octavia.css"
            ],
            "run_at": "document_start"
        }
    ],
    "permissions": [
        "http:\/\/*.reddit.com\/",
        "https:\/\/*.reddit.com\/",
        "http:\/\/*.redditstatic.com\/",
        "http:\/\/*.redditmedia.com\/"
    ],
    "web_accessible_resources": [
        "octavia.css"
    ]
}