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 เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Scarious และคุณลักษณะหลักของมันคือ "Adds a hypertext reference to game card tiles on the Roblox games page so that you can open them in new tabs."

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย RoLinker

ดาวน์โหลดไฟล์ส่วนขยาย 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
}