Fandom SideBar Remover

Remove Side bar from Fandom Wiki

Qu'est-ce que Fandom SideBar Remover ?

Fandom SideBar Remover est une extension Chrome développée par SoRadGaming, et sa fonction principale est "Remove Side bar from Fandom Wiki".

Captures d'Écran de l'Extension

screenshot
screenshot

Télécharger le fichier CRX de l'extension Fandom SideBar Remover

Téléchargez les fichiers d'extension Fandom SideBar Remover au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

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

Informations de Base sur l'Extension

Nom Fandom SideBar Remover Fandom SideBar Remover
ID ehdfiijmhjlmkbgoiiejnledicdeolag
URL Officiel https://chromewebstore.google.com/detail/fandom-sidebar-remover/ehdfiijmhjlmkbgoiiejnledicdeolag
Description Remove Side bar from Fandom Wiki
Taille du Fichier 28.78 KB
Nombre d'Installations 442
Version Actuelle 1.0.0
Dernière Mise à Jour 2022-10-04
Date de Publication 2022-10-03
Évaluation 5.00/5 Total 8 Évaluations
Développeur SoRadGaming
Email [email protected]
Type de Paiement free
Langues Prises en Charge 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"
    }
}