Fandom SideBar Remover
Remove Side bar from Fandom Wiki
Apa itu Fandom SideBar Remover?
Fandom SideBar Remover adalah ekstensi Chrome yang dikembangkan oleh SoRadGaming, dan fitur utamanya adalah "Remove Side bar from Fandom Wiki".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Fandom SideBar Remover
Unduh file ekstensi Fandom SideBar Remover dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
Remove the Side-Bars of the Fandom Wiki and allow more space for the Wiki Content, look at the images before and after.
Informasi Dasar Ekstensi
Nama | Fandom SideBar Remover |
ID | ehdfiijmhjlmkbgoiiejnledicdeolag |
URL Resmi | https://chromewebstore.google.com/detail/fandom-sidebar-remover/ehdfiijmhjlmkbgoiiejnledicdeolag |
Deskripsi | Remove Side bar from Fandom Wiki |
Ukuran File | 28.78 KB |
Jumlah Instalasi | 442 |
Versi Saat Ini | 1.0.0 |
Terakhir Diperbarui | 2022-10-04 |
Tanggal Publikasi | 2022-10-03 |
Penilaian | 5.00/5 Total 8 Penilaian |
Pengembang | SoRadGaming |
[email protected] | |
Tipe Pembayaran | free |
Bahasa yang Didukung | 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" } } |