RoLinker
Adds a hypertext reference to game card tiles on the Roblox games page so that you can open them in new tabs.
¿Qué es RoLinker?
RoLinker es una extensión de Chrome desarrollada por Scarious, y su función principal es "Adds a hypertext reference to game card tiles on the Roblox games page so that you can open them in new tabs.".
Capturas de Pantalla de la Extensión
Descargar Archivo CRX de la Extensión RoLinker
Descarga archivos de extensión RoLinker en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.
Instrucciones de Uso de la Extensión
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.
Información Básica de la Extensión
Nombre | RoLinker |
ID | hfkcemahdlffhnlkogfmddikhggegfmg |
URL Oficial | https://chromewebstore.google.com/detail/rolinker/hfkcemahdlffhnlkogfmddikhggegfmg |
Descripción | Adds a hypertext reference to game card tiles on the Roblox games page so that you can open them in new tabs. |
Tamaño del Archivo | 35.17 KB |
Cantidad de Instalaciones | 2,964 |
Versión Actual | 1.1.0.2 |
Última Actualización | 2021-06-03 |
Fecha de Publicación | 2021-06-02 |
Calificación | 4.75/5 Total de 12 Calificaciones |
Desarrollador | Scarious |
Correo electrónico | [email protected] |
Tipo de Pago | free |
Sitio Web de la Extensión | https://github.com/BrittonFischer/RoLinker |
Idiomas Soportados | 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 } |