Gamepedia SBR
Removes Gamepedia's ad sidebar that hogs up the right side of the screen.
Wat is Gamepedia SBR?
Gamepedia SBR is een Chrome-extensie ontwikkeld door Nerochi, en de belangrijkste functie is "Removes Gamepedia's ad sidebar that hogs up the right side of the screen.".
Extensie Screenshots
Download het CRX-bestand van de extensie Gamepedia SBR
Download Gamepedia SBR-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
Removes Gamepedia's ad sidebar that hogs up the right side of the screen.
Basisinformatie over de Extensie
Naam | Gamepedia SBR |
ID | ibpbiopdeojmpbfdpojifehlajlmoeod |
Officiële URL | https://chromewebstore.google.com/detail/gamepedia-sbr/ibpbiopdeojmpbfdpojifehlajlmoeod |
Beschrijving | Removes Gamepedia's ad sidebar that hogs up the right side of the screen. |
Bestandsgrootte | 19.26 KB |
Aantal Installaties | 366 |
Huidige Versie | 0.1 |
Laatst Bijgewerkt | 2016-06-13 |
Publicatiedatum | 2016-06-13 |
Beoordeling | 4.77/5 Totaal 31 Beoordelingen |
Ontwikkelaar | Nerochi |
Betalingswijze | free |
Ondersteunde Talen | 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 } |