RoLinker

Adds a hypertext reference to game card tiles on the Roblox games page so that you can open them in new tabs.

What is RoLinker?

RoLinker is a Chrome extension developed by Scarious, and its main feature is "Adds a hypertext reference to game card tiles on the Roblox games page so that you can open them in new tabs.".

Extension Screenshots

screenshot

Download RoLinker Extension CRX File

Download RoLinker extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name RoLinker RoLinker
ID hfkcemahdlffhnlkogfmddikhggegfmg
Official URL https://chromewebstore.google.com/detail/rolinker/hfkcemahdlffhnlkogfmddikhggegfmg
Description Adds a hypertext reference to game card tiles on the Roblox games page so that you can open them in new tabs.
File Size 35.17 KB
Installation Count 2,964
Current Version 1.1.0.2
Last Updated 2021-06-03
Publish Date 2021-06-02
Rating 4.75/5 Total 12 Ratings
Developer Scarious
Email [email protected]
Payment Type free
Extension Website https://github.com/BrittonFischer/RoLinker
Supported Languages 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
}