RoLinker
Adds a hypertext reference to game card tiles on the Roblox games page so that you can open them in new tabs.
Was ist RoLinker?
RoLinker ist eine Chrome-Erweiterung, die von Scarious entwickelt wurde, und ihr Hauptmerkmal ist "Adds a hypertext reference to game card tiles on the Roblox games page so that you can open them in new tabs.".
Erweiterungsscreenshots
RoLinker-Erweiterungs-CRX-Datei herunterladen
Laden Sie RoLinker-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
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.
Grundlegende Informationen zur Erweiterung
Name | RoLinker |
ID | hfkcemahdlffhnlkogfmddikhggegfmg |
Offizielle URL | https://chromewebstore.google.com/detail/rolinker/hfkcemahdlffhnlkogfmddikhggegfmg |
Beschreibung | Adds a hypertext reference to game card tiles on the Roblox games page so that you can open them in new tabs. |
Dateigröße | 35.17 KB |
Installationsanzahl | 2,964 |
Aktuelle Version | 1.1.0.2 |
Letztes Update | 2021-06-03 |
Veröffentlichungsdatum | 2021-06-02 |
Bewertung | 4.75/5 Insgesamt 12 Bewertungen |
Entwickler | Scarious |
[email protected] | |
Zahlungsart | free |
Erweiterungswebsite | https://github.com/BrittonFischer/RoLinker |
Unterstützte Sprachen | 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 } |