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.」です。
拡張機能のスクリーンショット
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. 拡張機能の基本情報
| 名前 | |
| 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"
]
} | |