Gamepedia SBR
Removes Gamepedia's ad sidebar that hogs up the right side of the screen.
Qu'est-ce que Gamepedia SBR ?
Gamepedia SBR est une extension Chrome développée par Nerochi, et sa fonction principale est "Removes Gamepedia's ad sidebar that hogs up the right side of the screen.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Gamepedia SBR
Téléchargez les fichiers d'extension Gamepedia SBR 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
Removes Gamepedia's ad sidebar that hogs up the right side of the screen.
Informations de Base sur l'Extension
Nom | Gamepedia SBR |
ID | ibpbiopdeojmpbfdpojifehlajlmoeod |
URL Officiel | https://chromewebstore.google.com/detail/gamepedia-sbr/ibpbiopdeojmpbfdpojifehlajlmoeod |
Description | Removes Gamepedia's ad sidebar that hogs up the right side of the screen. |
Taille du Fichier | 19.26 KB |
Nombre d'Installations | 366 |
Version Actuelle | 0.1 |
Dernière Mise à Jour | 2016-06-13 |
Date de Publication | 2016-06-13 |
Évaluation | 4.77/5 Total 31 Évaluations |
Développeur | Nerochi |
Type de Paiement | free |
Langues Prises en Charge | 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 } |