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" ] } |