Fandom SideBar Remover

Remove Side bar from Fandom Wiki

Co to jest Fandom SideBar Remover?

Fandom SideBar Remover to rozszerzenie Chrome opracowane przez SoRadGaming, a jego główną funkcją jest „Remove Side bar from Fandom Wiki”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot

Pobierz plik CRX rozszerzenia Fandom SideBar Remover

Pobierz pliki rozszerzeń Fandom SideBar Remover w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        Remove the Side-Bars of the Fandom Wiki and allow more space for the Wiki Content, look at the images before and after.                    

Podstawowe informacje o rozszerzeniu

Nazwa Fandom SideBar Remover Fandom SideBar Remover
ID ehdfiijmhjlmkbgoiiejnledicdeolag
Oficjalny URL https://chromewebstore.google.com/detail/fandom-sidebar-remover/ehdfiijmhjlmkbgoiiejnledicdeolag
Opis Remove Side bar from Fandom Wiki
Rozmiar pliku 28.78 KB
Liczba instalacji 442
Aktualna Wersja 1.0.0
Ostatnia Aktualizacja 2022-10-04
Data Publikacji 2022-10-03
Ocena 5.00/5 Łącznie 8 Oceny
Deweloper SoRadGaming
E-mail [email protected]
Typ Płatności free
Obsługiwane Języki 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"
    }
}