Offi
tf2 competitive QoL extension
Offiとは何ですか?
OffiはAlex Tyshkevichによって開発されたChromeの拡張機能で、その主な機能は「tf2 competitive QoL extension」です。
拡張機能のスクリーンショット
Offi拡張機能のCRXファイルをダウンロード
Offi拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Extension for missing features on etf2l.org website. Features: - Links to logs on match pages - Links to etf2l match pages at logs.tf - etf2l names at logs.tf - Recruitment status on player and team profiles - Active or expired bans on player profiles
拡張機能の基本情報
名前 | Offi |
ID | bhiggokekdkoccfgojnbponjehipbmng |
公式URL | https://chromewebstore.google.com/detail/offi/bhiggokekdkoccfgojnbponjehipbmng |
説明 | tf2 competitive QoL extension |
ファイルサイズ | 59.4 KB |
インストール数 | 192 |
現在のバージョン | 3.1.2 |
最終更新日 | 2022-11-02 |
公開日 | 2022-04-04 |
評価 | 5.00/5 合計 1 レビュー |
開発者 | Alex Tyshkevich |
Eメール | [email protected] |
支払い方法 | free |
拡張機能のウェブサイト | https://github.com/CondensedTea/offi |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Offi", "description": "tf2 competitive QoL extension", "version": "3.1.2", "content_scripts": [ { "run_at": "document_end", "matches": [ "https:\/\/etf2l.org\/matches\/*" ], "js": [ "etf2l_match_page.1e7f11a7.js" ], "css": [] }, { "run_at": "document_end", "matches": [ "https:\/\/etf2l.org\/forum\/user\/*" ], "js": [ "etf2l_player_page.93eb9e49.js" ], "css": [ "styles.css" ] }, { "run_at": "document_end", "matches": [ "https:\/\/etf2l.org\/teams\/*" ], "js": [ "etf2l_team_page.f7cc500c.js" ], "css": [ "styles.css" ] }, { "run_at": "document_end", "matches": [ "https:\/\/logs.tf\/*" ], "js": [ "logstf.5c306992.js" ], "css": [] }, { "run_at": "document_end", "matches": [ "https:\/\/steamcommunity.com\/id\/*", "https:\/\/steamcommunity.com\/profiles\/*" ], "js": [ "steam_profile.8920aa83.js" ], "css": [] } ], "web_accessible_resources": [ { "resources": [ "styles.css" ], "matches": [ "https:\/\/etf2l.org\/*", "https:\/\/logs.tf\/*" ] } ], "permissions": [ "storage" ], "options_ui": { "page": "options.fdcf65b6.html" } } |