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
官方網址 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
}