Fandom SideBar Remover
Remove Side bar from Fandom Wiki
Cos'è Fandom SideBar Remover?
Fandom SideBar Remover è un'estensione di Chrome sviluppata da SoRadGaming, e la sua funzione principale è "Remove Side bar from Fandom Wiki".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Fandom SideBar Remover
Scarica i file di estensione Fandom SideBar Remover in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
Remove the Side-Bars of the Fandom Wiki and allow more space for the Wiki Content, look at the images before and after.
Informazioni di Base sull'Estensione
Nome | Fandom SideBar Remover |
ID | ehdfiijmhjlmkbgoiiejnledicdeolag |
URL Ufficiale | https://chromewebstore.google.com/detail/fandom-sidebar-remover/ehdfiijmhjlmkbgoiiejnledicdeolag |
Descrizione | Remove Side bar from Fandom Wiki |
Dimensione del File | 28.78 KB |
Conteggio Installazioni | 442 |
Versione Corrente | 1.0.0 |
Ultimo Aggiornamento | 2022-10-04 |
Data di Pubblicazione | 2022-10-03 |
Valutazione | 5.00/5 Totale 8 Valutazioni |
Sviluppatore | SoRadGaming |
[email protected] | |
Tipo di Pagamento | free |
Lingue Supportate | 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" } } |