Fandom SideBar Remover
Remove Side bar from Fandom Wiki
Vad är Fandom SideBar Remover?
Fandom SideBar Remover är en Chrome-tillägg utvecklad av SoRadGaming, och dess huvudfunktion är "Remove Side bar from Fandom Wiki".
Tilläggsskärmbilder
Ladda ner Fandom SideBar Remover-förlängningens CRX-fil
Ladda ner Fandom SideBar Remover-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
Remove the Side-Bars of the Fandom Wiki and allow more space for the Wiki Content, look at the images before and after. Grundläggande Information om Tillägg
| Namn | |
| ID | ehdfiijmhjlmkbgoiiejnledicdeolag |
| Officiell webbadress | https://chromewebstore.google.com/detail/fandom-sidebar-remover/ehdfiijmhjlmkbgoiiejnledicdeolag |
| Beskrivning | Remove Side bar from Fandom Wiki |
| Filstorlek | 28.78 KB |
| Antal Installationer | 442 |
| Aktuell Version | 1.0.0 |
| Senast Uppdaterad | 2022-10-04 |
| Publiceringsdatum | 2022-10-03 |
| Betyg | 5.00/5 Totalt 8 Betyg |
| Utvecklare | SoRadGaming |
| E-post | [email protected] |
| Betalningssätt | free |
| Stödda Språk | 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"
}
} | |