Rivals Board Enhancements
This extension adds a number of enhancements to the new rivals message board
Wat is Rivals Board Enhancements?
Rivals Board Enhancements is een Chrome-extensie ontwikkeld door Yakrware, en de belangrijkste functie is "This extension adds a number of enhancements to the new rivals message board".
Extensie Screenshots
Download het CRX-bestand van de extensie Rivals Board Enhancements
Download Rivals Board Enhancements-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
Rivals is halfway through updating their message boards, if yours breaks with version 2, you can copy version 1 here and load unpacked: https://github.com/kayakyakr/rivals-board-enhancements. Features: All Views: - Removes side bar - Force wide - sets to 100% width Forum View: - Displays compact forum view Thread View: - Hides extra user details - Replaces mobile avatars with normal avatars (gifs will display now) - Shows rectangular avatars with max height/width of 96 px - Compact view removes a lot of white space
Basisinformatie over de Extensie
Naam | Rivals Board Enhancements |
ID | ocolfhpogcchjfldbmjmigpneldphngf |
Officiële URL | https://chromewebstore.google.com/detail/rivals-board-enhancements/ocolfhpogcchjfldbmjmigpneldphngf |
Beschrijving | This extension adds a number of enhancements to the new rivals message board |
Bestandsgrootte | 42.83 KB |
Aantal Installaties | 1,697 |
Huidige Versie | 2.0.3 |
Laatst Bijgewerkt | 2020-08-27 |
Publicatiedatum | 2016-07-27 |
Beoordeling | 4.91/5 Totaal 34 Beoordelingen |
Ontwikkelaar | Yakrware |
[email protected] | |
Betalingswijze | free |
Ondersteunde Talen | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Rivals Board Enhancements", "description": "This extension adds a number of enhancements to the new rivals message board", "version": "2.0.3", "icons": { "48": "icon.png", "128": "icon128.png" }, "permissions": [ "storage", "*:\/\/*.forums.rivals.com\/*" ], "content_scripts": [ { "matches": [ "*:\/\/*.forums.rivals.com\/*" ], "js": [ "document_end.js" ], "run_at": "document_end" }, { "matches": [ "*:\/\/*.forums.rivals.com\/*" ], "css": [ "forum_enhancements.css" ], "js": [ "jquery.js", "document_start.js" ], "run_at": "document_start" } ], "options_ui": { "page": "options.html", "chrome_style": true } } |