Old twitch font
added support for PM
Old twitch fontとは何ですか?
Old twitch fontはSkovorodaによって開発されたChromeの拡張機能で、その主な機能は「added support for PM」です。
拡張機能のスクリーンショット
Old twitch font拡張機能のCRXファイルをダウンロード
Old twitch font拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Returns back old twitch font (used on 26 September 2019 and prior)
拡張機能の基本情報
名前 | Old twitch font |
ID | kgeeboiogegjflbegfohadbddiiabhnb |
公式URL | https://chromewebstore.google.com/detail/old-twitch-font/kgeeboiogegjflbegfohadbddiiabhnb |
説明 | added support for PM |
ファイルサイズ | 4.36 KB |
インストール数 | 137 |
現在のバージョン | 1.0.2 |
最終更新日 | 2019-09-26 |
公開日 | 2019-09-26 |
評価 | 5.00/5 合計 5 レビュー |
開発者 | Skovoroda |
支払い方法 | free |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Old twitch font", "version": "1.0.2", "description": "added support for PM", "permissions": [ "*:\/\/www.twitch.tv\/*" ], "content_scripts": [ { "matches": [ "*:\/\/www.twitch.tv\/*" ], "css": [ "old_font.css" ], "run_at": "document_start" } ], "icons": { "16": "favicon.png" }, "manifest_version": 2 } |