MLPLounge Lyra Theme
Modifies the MLPLounge css to better match best pony's color scheme. Also sets font to normal.
什么是MLPLounge Lyra Theme?
MLPLounge Lyra Theme是由Shawnyall开发的Chrome扩展程序,该扩展的主要功能是“Modifies the MLPLounge css to better match best pony's color scheme. Also sets font to normal.”。
扩展截图
下载MLPLounge Lyra Theme扩展crx文件
下载MLPLounge Lyra Theme扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
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.
扩展基本信息
名称 | MLPLounge Lyra Theme |
ID | bjdfkpmjcliphllnpolnegbnmlchkjdo |
官方URL | https://chromewebstore.google.com/detail/mlplounge-lyra-theme/bjdfkpmjcliphllnpolnegbnmlchkjdo |
简介 | Modifies the MLPLounge css to better match best pony's color scheme. Also sets font to normal. |
文件大小 | 17.88 KB |
安装次数 | 16 |
当前版本 | 1.8.2 |
更新时间 | 2016-01-11 |
上架时间 | 2016-01-10 |
评分 | 3.67/5 共3次评分 |
开发者 | Shawnyall |
付费类型 | free |
支持的语言 | 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" ] } |