MLPLounge Trixie Theme
Modifies the MLPLounge css to better match best human/pony's color scheme. Also sets font to normal.
O que é MLPLounge Trixie Theme?
MLPLounge Trixie Theme é uma extensão do Chrome desenvolvida por Shawnyall, e sua principal característica é "Modifies the MLPLounge css to better match best human/pony's color scheme. Also sets font to normal.".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão MLPLounge Trixie Theme
Baixe arquivos de extensão MLPLounge Trixie 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
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).
Informações Básicas da Extensão
Nome | MLPLounge Trixie Theme |
ID | giooeblinjlaboljgjhmbgolgemlpppo |
URL Oficial | https://chromewebstore.google.com/detail/mlplounge-trixie-theme/giooeblinjlaboljgjhmbgolgemlpppo |
Descrição | Modifies the MLPLounge css to better match best human/pony's color scheme. Also sets font to normal. |
Tamanho do Arquivo | 19.73 KB |
Contagem de Instalações | 20 |
Versão Atual | 1.4.2 |
Última Atualização | 2016-01-11 |
Data de Publicação | 2016-01-10 |
Classificação | 5.00/5 Total de 1 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 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" ] } |