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
Eメール [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
}