RoLinker
Adds a hypertext reference to game card tiles on the Roblox games page so that you can open them in new tabs.
Co je RoLinker?
RoLinker je rozšíření Chrome vyvinuté Scarious, a jeho hlavní funkcí je „Adds a hypertext reference to game card tiles on the Roblox games page so that you can open them in new tabs.“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření RoLinker
Stáhněte si soubory rozšíření RoLinker ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.
Pokyny pro Použití Rozšíření
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.
Základní Informace o Rozšíření
Název | RoLinker |
ID | hfkcemahdlffhnlkogfmddikhggegfmg |
Oficiální URL | https://chromewebstore.google.com/detail/rolinker/hfkcemahdlffhnlkogfmddikhggegfmg |
Popis | Adds a hypertext reference to game card tiles on the Roblox games page so that you can open them in new tabs. |
Velikost souboru | 35.17 KB |
Počet instalací | 2,964 |
Aktuální Verze | 1.1.0.2 |
Poslední Aktualizace | 2021-06-03 |
Datum Vydání | 2021-06-02 |
Hodnocení | 4.75/5 Celkem 12 Hodnocení |
Vývojář | Scarious |
[email protected] | |
Typ Platby | free |
Webové stránky Rozšíření | https://github.com/BrittonFischer/RoLinker |
Podporované Jazyky | 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 } |