MLPLounge Sonata Dusk Theme

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

什么是MLPLounge Sonata Dusk Theme?

MLPLounge Sonata Dusk Theme是由Shawnyall开发的Chrome扩展程序,该扩展的主要功能是“Modifies the MLPLounge css to better match best human's color scheme. Also sets font to normal.”。

扩展截图

screenshot

下载MLPLounge Sonata Dusk Theme扩展crx文件

下载MLPLounge Sonata Dusk Theme扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        This extension adds a custom theme to the MLPLounge subreddit, based on Sonata Dusk from Equestria Girls: Rainbow Rocks. 

Also resets the font.

2.6.1: Fixed a border.                    

扩展基本信息

名称 MLPLounge Sonata Dusk Theme MLPLounge Sonata Dusk Theme
ID hjpjdkckjaeogfelhpamekkjlofalijg
官方URL https://chromewebstore.google.com/detail/mlplounge-sonata-dusk-the/hjpjdkckjaeogfelhpamekkjlofalijg
简介 Modifies the MLPLounge css to better match best human's color scheme. Also sets font to normal.
文件大小 23.23 KB
安装次数 35
当前版本 2.6.3
更新时间 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 Sonata Dusk Theme",
    "description": "Modifies the MLPLounge css to better match best human's color scheme. Also sets font to normal.",
    "version": "2.6.3",
    "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": [
                "sd.css"
            ],
            "run_at": "document_start"
        }
    ],
    "permissions": [
        "http:\/\/*.reddit.com\/",
        "https:\/\/*.reddit.com\/",
        "http:\/\/*.redditstatic.com\/",
        "http:\/\/*.redditmedia.com\/"
    ],
    "web_accessible_resources": [
        "sd.css"
    ]
}