Gamepedia SBR
Removes Gamepedia's ad sidebar that hogs up the right side of the screen.
Was ist Gamepedia SBR?
Gamepedia SBR ist eine Chrome-Erweiterung, die von Nerochi entwickelt wurde, und ihr Hauptmerkmal ist "Removes Gamepedia's ad sidebar that hogs up the right side of the screen.".
Erweiterungsscreenshots
Gamepedia SBR-Erweiterungs-CRX-Datei herunterladen
Laden Sie Gamepedia SBR-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
Removes Gamepedia's ad sidebar that hogs up the right side of the screen.
Grundlegende Informationen zur Erweiterung
Name | Gamepedia SBR |
ID | ibpbiopdeojmpbfdpojifehlajlmoeod |
Offizielle URL | https://chromewebstore.google.com/detail/gamepedia-sbr/ibpbiopdeojmpbfdpojifehlajlmoeod |
Beschreibung | Removes Gamepedia's ad sidebar that hogs up the right side of the screen. |
Dateigröße | 19.26 KB |
Installationsanzahl | 366 |
Aktuelle Version | 0.1 |
Letztes Update | 2016-06-13 |
Veröffentlichungsdatum | 2016-06-13 |
Bewertung | 4.77/5 Insgesamt 31 Bewertungen |
Entwickler | Nerochi |
Zahlungsart | free |
Unterstützte Sprachen | 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 } |