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"
    ]
}