RoLinker

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

什么是RoLinker?

RoLinker是由Scarious开发的Chrome扩展程序,该扩展的主要功能是“Adds a hypertext reference to game card tiles on the Roblox games page so that you can open them in new tabs.”。

扩展截图

screenshot

下载RoLinker扩展crx文件

下载RoLinker扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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.                    

扩展基本信息

名称 RoLinker RoLinker
ID hfkcemahdlffhnlkogfmddikhggegfmg
官方URL https://chromewebstore.google.com/detail/rolinker/hfkcemahdlffhnlkogfmddikhggegfmg
简介 Adds a hypertext reference to game card tiles on the Roblox games page so that you can open them in new tabs.
文件大小 35.17 KB
安装次数 2,964
当前版本 1.1.0.2
更新时间 2021-06-03
上架时间 2021-06-02
评分 4.75/5 共12次评分
开发者 Scarious
电子邮箱 [email protected]
付费类型 free
扩展官网 https://github.com/BrittonFischer/RoLinker
支持的语言 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
}