Fandom SideBar Remover
Remove Side bar from Fandom Wiki
Fandom SideBar Removerとは何ですか?
Fandom SideBar RemoverはSoRadGamingによって開発されたChromeの拡張機能で、その主な機能は「Remove Side bar from Fandom Wiki」です。
拡張機能のスクリーンショット
Fandom SideBar Remover拡張機能のCRXファイルをダウンロード
Fandom SideBar Remover拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Remove the Side-Bars of the Fandom Wiki and allow more space for the Wiki Content, look at the images before and after.
拡張機能の基本情報
名前 | Fandom SideBar Remover |
ID | ehdfiijmhjlmkbgoiiejnledicdeolag |
公式URL | https://chromewebstore.google.com/detail/fandom-sidebar-remover/ehdfiijmhjlmkbgoiiejnledicdeolag |
説明 | Remove Side bar from Fandom Wiki |
ファイルサイズ | 28.78 KB |
インストール数 | 442 |
現在のバージョン | 1.0.0 |
最終更新日 | 2022-10-04 |
公開日 | 2022-10-03 |
評価 | 5.00/5 合計 8 レビュー |
開発者 | SoRadGaming |
Eメール | [email protected] |
支払い方法 | free |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Fandom SideBar Remover", "description": "Remove Side bar from Fandom Wiki", "version": "1.0.0", "manifest_version": 3, "content_scripts": [ { "matches": [ "https:\/\/*.fandom.com\/wiki\/*", "https:\/\/*.fandom.com\/*" ], "css": [ "index.css" ] } ], "action": { "default_popup": "popup.html", "default_icon": { "16": "\/images\/icon16.png", "32": "\/images\/icon32.png", "48": "\/images\/icon48.png", "128": "\/images\/icon128.png" } }, "icons": { "16": "\/images\/icon16.png", "48": "\/images\/icon48.png", "128": "\/images\/icon128.png" } } |