RoLinker
Adds a hypertext reference to game card tiles on the Roblox games page so that you can open them in new tabs.
Wat is RoLinker?
RoLinker is een Chrome-extensie ontwikkeld door Scarious, en de belangrijkste functie is "Adds a hypertext reference to game card tiles on the Roblox games page so that you can open them in new tabs.".
Extensie Screenshots
Download het CRX-bestand van de extensie RoLinker
Download RoLinker-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
Roblox recently removed hypertext references from game card tiles (removing the ability to open games in new tabs). This extension fixes that problem by adding the hypertext reference back to the game card tiles.
Basisinformatie over de Extensie
Naam | RoLinker |
ID | hfkcemahdlffhnlkogfmddikhggegfmg |
Officiële URL | https://chromewebstore.google.com/detail/rolinker/hfkcemahdlffhnlkogfmddikhggegfmg |
Beschrijving | Adds a hypertext reference to game card tiles on the Roblox games page so that you can open them in new tabs. |
Bestandsgrootte | 35.17 KB |
Aantal Installaties | 2,964 |
Huidige Versie | 1.1.0.2 |
Laatst Bijgewerkt | 2021-06-03 |
Publicatiedatum | 2021-06-02 |
Beoordeling | 4.75/5 Totaal 12 Beoordelingen |
Ontwikkelaar | Scarious |
[email protected] | |
Betalingswijze | free |
Extensiewebsite | https://github.com/BrittonFischer/RoLinker |
Ondersteunde Talen | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "RoLinker", "version": "1.1.0.2", "description": "Adds a hypertext reference to game card tiles on the Roblox games page so that you can open them in new tabs.", "icons": { "128": "\/icons\/icon128.png", "48": "\/icons\/icon48.png", "16": "\/icons\/icon16.png" }, "content_scripts": [ { "js": [ "\/js\/jquery.js" ], "matches": [ "*:\/\/*.roblox.com\/*" ], "all_frames": true, "run_at": "document_start" }, { "js": [ "\/js\/linker.js" ], "matches": [ "*:\/\/*.roblox.com\/*" ], "all_frames": true, "run_at": "document_end" } ], "manifest_version": 2 } |