Dark theme for Telegram's Web version
The extension provides a dark theme for Telegram's Web version
Dark theme for Telegram's Web versionとは何ですか?
Dark theme for Telegram's Web versionはArthur Sadovskiyによって開発されたChromeの拡張機能で、その主な機能は「The extension provides a dark theme for Telegram's Web version」です。
拡張機能のスクリーンショット
Dark theme for Telegram's Web version拡張機能のCRXファイルをダウンロード
Dark theme for Telegram's Web version拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
It only modifies some default Telegram CSS styles, so you shouldn't worry about any malicious JS.
Feel free to post your suggestions and found bugs!
Thanks for installing! 拡張機能の基本情報
| 名前 | |
| ID | odibemolpgeomdbopjcplbmhlpbkdggd |
| 公式URL | https://chromewebstore.google.com/detail/dark-theme-for-telegrams/odibemolpgeomdbopjcplbmhlpbkdggd |
| 説明 | The extension provides a dark theme for Telegram's Web version |
| ファイルサイズ | 5.4 KB |
| インストール数 | 10,931 |
| 現在のバージョン | 1.0.9 |
| 最終更新日 | 2020-04-17 |
| 公開日 | 2020-04-13 |
| 評価 | 4.81/5 合計 27 レビュー |
| 開発者 | Arthur Sadovskiy |
| 支払い方法 | free |
| 対応言語 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "Dark theme for Telegram's Web version",
"version": "1.0.9",
"description": "The extension provides a dark theme for Telegram's Web version",
"content_scripts": [
{
"css": [
"styles.css"
],
"matches": [
"https:\/\/web.telegram.org\/*"
]
}
]
} | |