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