RoLinker
Adds a hypertext reference to game card tiles on the Roblox games page so that you can open them in new tabs.
O que é RoLinker?
RoLinker é uma extensão do Chrome desenvolvida por Scarious, e sua principal característica é "Adds a hypertext reference to game card tiles on the Roblox games page so that you can open them in new tabs.".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão RoLinker
Baixe arquivos de extensão RoLinker no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
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.
Informações Básicas da Extensão
Nome | RoLinker |
ID | hfkcemahdlffhnlkogfmddikhggegfmg |
URL Oficial | https://chromewebstore.google.com/detail/rolinker/hfkcemahdlffhnlkogfmddikhggegfmg |
Descrição | Adds a hypertext reference to game card tiles on the Roblox games page so that you can open them in new tabs. |
Tamanho do Arquivo | 35.17 KB |
Contagem de Instalações | 2,964 |
Versão Atual | 1.1.0.2 |
Última Atualização | 2021-06-03 |
Data de Publicação | 2021-06-02 |
Classificação | 4.75/5 Total de 12 Avaliações |
Desenvolvedor | Scarious |
[email protected] | |
Tipo de Pagamento | free |
Site da Extensão | https://github.com/BrittonFischer/RoLinker |
Idiomas Suportados | 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 } |