Gamepedia SBR

Removes Gamepedia's ad sidebar that hogs up the right side of the screen.

Cos'è Gamepedia SBR?

Gamepedia SBR è un'estensione di Chrome sviluppata da Nerochi, e la sua funzione principale è "Removes Gamepedia's ad sidebar that hogs up the right side of the screen.".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Gamepedia SBR

Scarica i file di estensione Gamepedia SBR 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

                        Removes Gamepedia's ad sidebar that hogs up the right side of the screen.                    

Informazioni di Base sull'Estensione

Nome Gamepedia SBR Gamepedia SBR
ID ibpbiopdeojmpbfdpojifehlajlmoeod
URL Ufficiale https://chromewebstore.google.com/detail/gamepedia-sbr/ibpbiopdeojmpbfdpojifehlajlmoeod
Descrizione Removes Gamepedia's ad sidebar that hogs up the right side of the screen.
Dimensione del File 19.26 KB
Conteggio Installazioni 366
Versione Corrente 0.1
Ultimo Aggiornamento 2016-06-13
Data di Pubblicazione 2016-06-13
Valutazione 4.77/5 Totale 31 Valutazioni
Sviluppatore Nerochi
Tipo di Pagamento free
Lingue Supportate en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Gamepedia SBR",
    "version": "0.1",
    "permissions": [
        "*:\/\/*.gamepedia.com\/*"
    ],
    "description": "Removes Gamepedia's ad sidebar that hogs up the right side of the screen.",
    "icons": {
        "16": "16.png",
        "48": "48.png",
        "128": "128.png"
    },
    "browser_action": {
        "default_icon": "48.png"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.gamepedia.com\/*"
            ],
            "js": [
                "script.js"
            ],
            "run_at": "document_end"
        }
    ],
    "manifest_version": 2
}