Fextralife Fix
This little extension removes the twitch embed from the fextralife website. If you want to use that site for some reason.
Fextralife Fixとは何ですか?
Fextralife Fixはwackyによって開発されたChromeの拡張機能で、その主な機能は「This little extension removes the twitch embed from the fextralife website. If you want to use that site for some reason.」です。
拡張機能のスクリーンショット
Fextralife Fix拡張機能のCRXファイルをダウンロード
Fextralife Fix拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
This little extension removes the twitch embed from the fextralife website. If you want to use that site for some reason.
拡張機能の基本情報
名前 | Fextralife Fix |
ID | apmlleaenngdncjedemihifpgpeinokb |
公式URL | https://chromewebstore.google.com/detail/fextralife-fix/apmlleaenngdncjedemihifpgpeinokb |
説明 | This little extension removes the twitch embed from the fextralife website. If you want to use that site for some reason. |
ファイルサイズ | 281 KB |
インストール数 | 53 |
現在のバージョン | 1.0 |
最終更新日 | 2023-09-03 |
公開日 | 2023-09-02 |
評価 | 3.50/5 合計 2 レビュー |
開発者 | wacky |
Eメール | [email protected] |
支払い方法 | free |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Fextralife Fix", "version": "1.0", "description": "This little extension removes the twitch embed from the fextralife website. If you want to use that site for some reason.", "content_scripts": [ { "matches": [ "https:\/\/*.fextralife.com\/*" ], "js": [ "content.js" ] } ], "action": { "default_popup": "popup.html", "default_icon": { "16": "icon-16.png", "48": "icon-48.png", "128": "icon-128.png" } } } |