MLPLounge Lyra Theme

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

O que é MLPLounge Lyra Theme?

MLPLounge Lyra Theme é uma extensão do Chrome desenvolvida por Shawnyall, e sua principal característica é "Modifies the MLPLounge css to better match best pony's color scheme. Also sets font to normal.".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão MLPLounge Lyra Theme

Baixe arquivos de extensão MLPLounge Lyra Theme no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        Modifies the CSS while browsing the subreddit MLPLounge. Changes everything to look more akin to the best pony's color scheme, and cleans some stuff up.                    

Informações Básicas da Extensão

Nome MLPLounge Lyra Theme MLPLounge Lyra Theme
ID bjdfkpmjcliphllnpolnegbnmlchkjdo
URL Oficial https://chromewebstore.google.com/detail/mlplounge-lyra-theme/bjdfkpmjcliphllnpolnegbnmlchkjdo
Descrição Modifies the MLPLounge css to better match best pony's color scheme. Also sets font to normal.
Tamanho do Arquivo 17.88 KB
Contagem de Instalações 16
Versão Atual 1.8.2
Última Atualização 2016-01-11
Data de Publicação 2016-01-10
Classificação 3.67/5 Total de 3 Avaliações
Desenvolvedor Shawnyall
Tipo de Pagamento free
Idiomas Suportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "MLPLounge Lyra Theme",
    "description": "Modifies the MLPLounge css to better match best pony's color scheme. Also sets font to normal.",
    "version": "1.8.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": [
                "lyra.css"
            ],
            "run_at": "document_start"
        }
    ],
    "permissions": [
        "http:\/\/*.reddit.com\/",
        "https:\/\/*.reddit.com\/",
        "http:\/\/*.redditstatic.com\/",
        "http:\/\/*.redditmedia.com\/"
    ],
    "web_accessible_resources": [
        "lyra.css"
    ]
}