RoLinker

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

RoLinker là gì?

RoLinker là một tiện ích mở rộng Chrome được phát triển bởi Scarious, và tính năng chính của nó là "Adds a hypertext reference to game card tiles on the Roblox games page so that you can open them in new tabs.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng RoLinker

Tải xuống các tệp mở rộng RoLinker dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên RoLinker RoLinker
ID hfkcemahdlffhnlkogfmddikhggegfmg
URL Chính Thức https://chromewebstore.google.com/detail/rolinker/hfkcemahdlffhnlkogfmddikhggegfmg
Mô tả Adds a hypertext reference to game card tiles on the Roblox games page so that you can open them in new tabs.
Kích Thước Tệp 35.17 KB
Số Lần Cài Đặt 2,964
Phiên Bản Hiện Tại 1.1.0.2
Cập Nhật Lần Cuối 2021-06-03
Ngày Phát Hành 2021-06-02
Đánh Giá 4.75/5 Tổng số 12 Đánh Giá
Nhà Phát Triển Scarious
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://github.com/BrittonFischer/RoLinker
Ngôn Ngữ Được Hỗ Trợ 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
}